/* Easy Slider */

	#destaque-vitrine ul, #destaque-vitrine li {
		margin:0;
		padding:0;
		list-style:none;
	}
	
	#destaque-vitrine li { 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:950px;
		height:270px;
		overflow:hidden; 
	}	
	
		
	/* numeric controls */	

	ol#controls {
		margin:1em auto;
		padding:0;
		height:28px;
		width:120px;
	}
		
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		
	}
	ol#controls li:last-child {
		margin:0;
	}
	
	ol#controls li a{
		float:left;
		
		width:16px;
		height:16px;
		
		background:url(../images/btn-branco.png) no-repeat 0 0;
		text-indent:-90000em;
	}
	
	ol#controls li.current a{
		background:url(../images/btn-verde.png) no-repeat 0 0;
	}
	
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */