/* #9CA39C */
.banner {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	position: relative;
	overflow: hidden;
	width: 740px;
	margin: 0px;
	margin-top: 27px;
	font-family: arial, sans serif;
	background-color: #FFFFFF;
}

.banner ul{
	margin-top: 0px;
	margin-left: -20px;
}

.banner li {
	list-style: none;
	height: 335px; /* era 365px */ 
	margin: 0px;
	background-position: center;
	background-repeat: no-repeat;
}

.banner ul li {
	float: left;
	margin: 0px;
}

.banner h1{
	text-align: center;
	font-weight: lighter;
	font-size: 14px;
	color: #BF3501;
}

.banner p{
	text-align: center;
	font-weight: normal;
	font-size: 11px;
	color: #505450;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}

.content_container{
	position: relative;
	height:auto;
	top: 80%;
	background-image: url( /img/sistema/pixels/bkg.png );
}

.content_container_bottom{
	position: relative;
	top: 275px;
	height: 80px;
	background-image: url( /img/sistema/pixels/bkg.png );
}

.dots{
	position: absolute;
	right: 5%;
	top: 70%;
	text-align: center;

	/*
	-webkit-filter: drop-shadow(10 1px 2px rgba(0,0,0,.3));
	-moz-filter: drop-shadow(10 1px 2px rgba(0,0,0,.3));
	-ms-filter: drop-shadow(10 1px 2px rgba(0,0,0,.3));
	-o-filter: drop-shadow(10 1px 2px rgba(0,0,0,.3));
	filter: drop-shadow(10 1px 2px rgba(0,0,0,.3));
	*/
}

.dots li {
	/* formato dos pontos */
	display: inline-block;
	line-height: 9px;
	size: 9px;
	width: 10px;
	height: 10px;
	margin: 0 10px;
	border: 1px solid #999;
	border-radius: 1px;
	padding: 0px;
	
	/* Usado para sumir com o texto */
	text-indent: -999em;
	
	cursor: pointer;
	opacity: .4;
	
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}

.dots li.active {
	background: #ddd;
	opacity: 1;
}