
/* image replacement */
#prevBtn3, #nextBtn3{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
    /* // image replacement */

	/* Easy Slider */

#slider3 ul, #slider3 li {
	margin:0;
	padding:0;
	list-style:none;
}

#slider3 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:585px;
	height:231px;
	overflow:hidden; 
	/*border:1px solid #CF6;*/
}	


#prevBtn3, #nextBtn3{ 
		display:block;
		width:27px;
		height:40px;
		position:absolute;
/*
		left:605px;
		left:283px\9;
		*left:273px; 
*/
		margin:0px;
		z-index:1000;
}	


#prevBtn3{ 
	margin:-41px 0 0 0px;
}														
#nextBtn3{ 
/*
	left:950px;	
	left:629px\9;
	*left:620px;
*/
	margin:-41px 0 0 558px;
}														
#prevBtn3 a, #nextBtn3 a{  
	display:block;
	position:relative;
	width:27px;
	height:40px;
	background:url(../imagens/barraNavEsq.jpg) no-repeat 0 0;	
}	
#nextBtn3 a{ 
	background:url(../imagens/barraNavDir.jpg) no-repeat 0 0;	
}	
