.slider { position: relative; overflow: auto; }          
.slider li { list-style: none; }           
.slider ul li { float: left; min-height:520px;}
.slider .dots { bottom: 20px; left: 0; position: absolute; right: 0; text-align:center;} 
.slider .dots li { border: 2px solid #fff; border-radius: 6px; cursor: pointer; display: inline-block; height: 10px; margin: 0 4px; opacity: .4; text-indent: -999em; -webkit-transition: background .5s, opacity .5s; -moz-transition: background .5s, opacity .5s; transition: background .5s, opacity .5s; width: 10px; } 
.slider .dots li.active { background: #fff; opacity: 1; }
.primeiro{
	background:url(../images/slider1.jpg)no-repeat center center;
	-webkit-background-size:cover;
}
.segundo{
	background:url(../images/slider2.jpg)no-repeat center center;
	-webkit-background-size:cover;
}
.terceiro{
	background:url(../images/slider3.jpg)no-repeat center center;
	-webkit-background-size:cover;
	
}

.quarto{
	background:url(../images/slider4.jpg)no-repeat center center;
	-webkit-background-size:cover;
	
}

.quinto{
	background:url(../images/slider5.jpg)no-repeat center center;
	-webkit-background-size:cover;
	
}

.sexto{
	background:url(../images/slider6.jpg)no-repeat center center;
	-webkit-background-size:cover;
	
}


div.fundo_preto_site{
	background-color:#000;
	width:100%;
	height:30px;
	background: rgba(0,0,0,0.7);
	margin-top:170px;
}

div.fundo_preto_site a.site{
	border:none;
	color:#fff;
	margin:0 auto;
	padding-left:90px;

}

div.fundo_preto_site a.site:hover{
	background:transparent;
	border:none;
	color:#ccc;

}



div.fundo_preto{
	width:100%;
	height:230px;
	background: rgba(0,0,0,0.5);
	margin-top:230px;
}


.slider li h1{
	font-family:Arial Narrow;
	font-size:50px;
	font-weight:lighter;
	text-align:center;
	color:#fff;
}

.slider a {
	font-family:Arial Narrow;
	font-size:16px;
	font-weight:lighter;
	text-align:center;
	padding:0px;
	color:#fff;
	padding:10px 15px;
	border:2px solid #b6b6b6;
	border-radius:5px;
}
.slider p{
	text-align:center;
	color:#d9d9d9;
	font-family:Tahoma;
	margin-top:5px;
}

.slider a:hover{
	color:#fff;
	background: rgba(202,202,202,0.4);

}



