.slides{position: relative;}
.rslides {
  position: relative;
  z-index: 10;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.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 img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}*/

.rslides_tabs{
    position: absolute;
    bottom: 0;
    z-index: 20;
    width: 100%;
    padding: 15px;
    background: url(../img/fundo_paginacao_slides.png);
    text-align: right;
}

.rslides_tabs li{
    display: inline-block;
}

.rslides_tabs li a{
    display: inline-block;
    width: 15px;
    height: 15px;
    color: transparent;
    background-color: #f9f5f2;
    margin: 0 2.5px;
    border-radius: 100%;
}

.rslides_tabs li.rslides_here a{background-color: #105ca7;}