/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  max-height: 431px;  
  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 .caption {
    width: 508px;
    height: 160px;    
    right: 95px; top: 148px;
    position: absolute;
    background: url(../images/png/star.png) bottom center no-repeat;
}

.rslides .caption .tlt {
    width: 508px;
    height: 119px;
    line-height: 100%;
    float: left;    
    font-size: 60px;
    color: #FFF;
    text-align: center;
    overflow: hidden;
}

.callbacks_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 59%;
  left: 0;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 75px;
  width: 59px;
  background: url("../images/png/seta.png") no-repeat;
  margin-top: 0;
  }

.callbacks_nav:active {
  background-position: 0 -75px;
  }
.callbacks_nav:hover {
  background-position: 0 -75px;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
.callbacks_nav.next:active {
  background-position: -59px -75px;
  }
.callbacks_nav.next:hover {
  background-position: -59px -75px;
  }
.callbacks_nav.prev {
  left: auto;
  background-position: left top;
  left: 0;
  }
.callbacks_nav.prev:active {
  background-position: 0 -75px;
  }
.callbacks_nav.prev:hover {
  background-position: 0 -75px;
  }

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: url("../images/png/seta.png") no-repeat;
  width: 59px;
  height: 75px;
  }

.large-btns_nav:active {
  opacity: 1.0;
  }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

.callbacks_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.callbacks_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin: -18px 0 0 0;
  text-align: center; 
  z-index: 10;
  position: relative;
  }

.callbacks_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 10px;
  }

.callbacks_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  background: #FFF;  
  display: inline-block;
  _display: block;
  *display: block;
  width: 40px;
  height: 8px;
  }

.callbacks_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: url(../images/png/btnpainel.png) no-repeat;  
  }