
#feature_wrap{
height:				300px;
width:				930px;
position: relative;
background: #000;
}

ul#feature_buttons{
margin:				3px 0 0 50px;
padding:			1px 0 0 0;
width:				900px;
height:				27px;
}

ul#feature_buttons li{
display: 			block;
float:				left;
text-align: 			center;
color:				#accfd6;
padding:			5px 3px 0 3px;
font-size:			15px;
font-weight:			bold;
cursor: 			pointer;
margin:				0 4px 0 0;
width:				90px;
height:				26px;
background: #000;		
}

ul#feature_buttons li:hover {
	background:#F66b02;
}

ul#feature_buttons li.active {
	background: #c0e300;
}

a#previous, a#next { 
cursor: 			pointer; 
display:			block;
width:				48px;
height:				48px;
text-indent:			-9999px;
z-index:			999;
position:			absolute;
overflow:			hidden;
}

a#previous, a#previous:visited{
float: 				left; 
margin:				110px 0 0 5px;
background:			transparent url("butoesesquerda.png") no-repeat top left;
}

a#next, a#next:visited { 
float: 				right; 
margin:				110px 0 0 877px;
background:			transparent url("butoesdireita.png") no-repeat top left;
}

a#previous:hover, a#next:hover{
background-position: top right;
}

#slider_wrap {
padding-top:5px;
background:			#000;
width: 				900px;
margin: 			0 15px 0 15px;
z-index:			-1200;
height:				260px;
max-height:			260px;
overflow:			hidden; 
}
		
#slider_wrap div div { 
overflow: 			hidden;
height:				260px;
z-index:			-1200; 
}

#slider_wrap div div a{
}
