* {
margin:				0;
padding:			0;
border:				0;
}

html{

}

/* slider*/

#feature_title{
	display:			block;
	width:				115px;
	height:				115px;
	position:			absolute;
	text-indent:	-9999px;
	z-index:			1000;
	top:				0;
	background: 			url('canto.png') no-repeat top left;
}



#feature_wrap{
	display:			block;
	height:				297px;
	width:				678px;
	position: relative;
}

ul#feature_buttons{
	margin:				0 0 0 500px;
	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("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 0px;
	background:			transparent url("butoesesquerda.png") no-repeat top left;
}

a#next, a#next:visited {
	float: 				right;
	margin:				110px 0 0 630px;
	background:			transparent url("butoesdireita.png") no-repeat top left;
}

a#previous:hover, a#next:hover{
background-position: top right;
border:				none;
}

#slider_wrap {
	background:			#0f1a21;
	width: 				640px;
	margin: 			0 0 0 20px;
	display:			block;
	z-index:			-1200;
	height:				266px;
	max-height:			266px;
	overflow:			hidden;
}
		
#slider_wrap div div { 
overflow: 			hidden;
height:				266px;
z-index:			-1200; 
}

#slider_wrap div div a{
border:				none;
}

