.rslides {
  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: absolute;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.captionSlider {
  position: absolute;
  display: block;
  bottom: 5px;
  left: 0;margin:0 auto;
  right: 0;width:980px;
  text-align:right;
}
.captionSlider .chamada{width:350px;padding: 15px;
  float:right;
  background: #3083CF;
  }
  
  .captionSlider .chamada a{font: 22px/26px 'Carrois Gothic', sans-serif;color: #FBC00E;}
  .captionSlider .chamada p{font: 12px/16px 'Carrois Gothic', sans-serif;color: #fff;}