/* slider*/

#feature_title{
display:			block;
width:				115px;
height:				115px;
position:			absolute;
text-indent:	-9999px;
z-index:			1000;
top:				0;
left:				36px;
background: 			url('../img_site/canto.png') no-repeat top left;
}



#feature_wrap{
display:			block;
height:				239px;
width:				786px;
position: relative;
background: 			url('../img_site/atras.png') no-repeat 36px top;
}

ul#feature_buttons{
margin:				0 0 0 416px;
padding:			3px 0 0 0;
width:				130px;
height:				27px;
}

ul#feature_buttons li{
display: 			block;
float:				left;
text-align: 			center;
color:				#accfd6;
padding:			0 0 5px 0;
font-size:			15px;
font-weight:			bold;
cursor: 			pointer;
margin:				0 4px 0 0;
width:				20px;
height:				17px;
background:			transparent url("../img_site/butoesfundo.jpg") no-repeat top left; 		
}

ul#feature_buttons li:hover {
background-position:		center left; 
color:				#83b2ba;	
}

ul#feature_buttons li.active {
background-position:		bottom left; 	
color:				#fefefe;
}

a#previous, a#next { 
cursor: 			pointer; 
display:			block;
width:				48px;
height:				48px;
text-indent:			-9999px;
z-index:			999;
position:			absolute;
border:				none;
overflow:			hidden;
}

a#previous, a#previous:visited{
float: 				left; 
margin:				110px 0 0 45px;
background:			transparent url("../img_site/butoesesquerda.png") no-repeat top left;
}

a#next, a#next:visited { 
float: 				right; 
margin:				110px 0 0 558px;
background:			transparent url("../img_site/butoesdireita.png") no-repeat top left;
}

a#previous:hover, a#next:hover{
background-position: top right;
border:				none;
}

#slider_wrap {
border: 			#accfd6 1px solid;
background:			#ffffff;
width: 				786px;
margin: 			0 0 0 0;
display:			block;
z-index:			-1200;
height:				239px;
max-height:			239px;
overflow:			hidden; 
}
		
#slider_wrap div div { 
overflow: 			hidden;
height:				239px;
z-index:			-1200; 
}

#slider_wrap div div a{
border:				none;
}