.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  max-height:341px;
  width: 96%;
  padding: 0;
  margin: 0 auto;
  max-width:1150px;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides li a{
  display: block;
  width: 100%;
}
.rslides > div{
	width: 100%;
}
.rslides img {
  display: block;
  float: left;
  width: 100%;
  border: 0;
  }
.content-total-banner{
	background: url("../imagens/fundo_total_banner.png") repeat-x center top;
	position: relative;
	border-bottom: 6px solid #265e95;
}
.rslides_tabs {
	bottom:5px;
	position: absolute;
	max-width: 1150px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	width: 100%;
	text-align: right;
	z-index: 2;
}

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}

.rslides_tabs a {
  background: url("../imagens/bola_slide.png") no-repeat 0 0;
  height: 30px;
  text-indent:-9999em;
  display: inline-block;
  font-size:0px;
  width: 30px;
}
.rslides_tabs a:hover {
	background-position: -31px 0px;
  border: 0;
}

.rslides_tabs li:first-child {
  margin-left: 0;
}

.rslides_tabs .rslides_here a {
	background-position: -31px -0px;
  font-weight: bold;
}
.rslides_nav{
 	background: url("../imagens/arrow_slide.png") no-repeat scroll 0 0;
    height: 36px;
    position: absolute;
    text-indent: -9999em;
    width: 36px;
    z-index: 21;
    bottom: 15%;

}
.rslides_nav.prev{
	left: 22%;
}
 .rslides_nav.prev:hover{
	background-position: 0 -40px;
}
 .rslides_nav.prev:active{
	background-position: 0 -80px;
}
.rslides_nav.next{
	background-position:  -40px 0;
	left: 24.2%;
}
.rslides_nav.next:hover{
	background-position: -40px -40px;
}
.rslides_nav.next:active{
	background-position: -40px -80px;
}
.rslides .botao{
 	left: 20.5%;
    top: 55%;
	position: absolute;
    width: 100%;
    z-index: 11;
} 