* {
margin:				0;
padding:			0;
border:				0;
}

body {
	font: 				16px/150% Arial, Helvetica, sans-serif;
	color:				#83b2ba;
	font-weight:		bold;
	min-width:			950px;
	background-color: #000;
	background-image: url(../imagens/bg_site.jpg);
	background-repeat: repeat-x;
}

/* slider*/


#feature_wrap{
display:			block;
height:				390px;
width:				700px;
padding-top:20px;
margin:auto;
position: relative;
background:url(atras.png)
}

ul#feature_buttons{
float:right;
margin:				7px 20px 0px 0px;
padding:			0px 0px 0 0;
width:				auto;
height:				27px;
}
#entrar  {
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#entrar a {
	text-decoration: none;
	color: #13ACFC;
	font-size: 25px;
}
#entrar a:hover {
	text-decoration:underline;
	color: #13ACFC;
	font-size: 25px;
}


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;
	left: 0px;
}

a#previous, a#previous:visited{
float: 				left; 
margin:				150px 0 0 30px;
background:			transparent url("butoesesquerda.png") no-repeat top left;
}

a#next, a#next:visited { 
float: 				right; 
margin:				150px 0 0 620px;
background:			transparent url("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:			#0f1a21;
	width: 				650px;
	display:			block;
	z-index:			-1200;
	height:				350px;
	max-height:			350px;
	overflow:			hidden;
	margin: auto;
}
		
#slider_wrap div div { 
overflow: 			hidden;
height:				350px;
z-index:			-1200; 
}

#slider_wrap div div a{
border:				none;
}
