
/* Easy Slider */

	#slider{}	
	#slider ul {position:absolute}
	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;    
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:640px; 
		height: 342px; 
		overflow:hidden; 
		}	
		
	#prevBtn, #nextBtn{ 
		display:inline-block;
		position:absolute;	
		width:20px;
		height:20px;
		left:0px;
		z-index:15;
		float:left;
		overflow:visible;
		left:578px;
		margin-top: -27px
		}
		
	#nextBtn{ 
		left:608px;
		}
		
	#prevBtn a, #nextBtn a{  
		display:-moz-inline-block;
		display:inline-block;
		width:20px;
		height:20px;
		background:url(img/slider_setas.gif) no-repeat 6px center;
		}	
	#nextBtn a{ 
		background-position: -38px center;
		}												

/* // Easy Slider */
