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

.rslides {
  position: relative;
  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;
  }



.slide-block {
    width:33.3%;
    float:left;
}

.callbacks_container {
    position:relative;
}

.callbacks_container .caption{
     position: absolute;
    bottom: 0px;
    background: url('../img/veil.png') repeat;
    z-index: 999999;
    width: 100%;
    padding: 20px 20px 20px 20px;
    font-size: 20px;
    color:#FF7F00;
}

.callbacks1_nav.prev {
    position: absolute;
    left:0px;
    top: 50%;
    z-index: 999;
    opacity: 0.7;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("../img/themes.gif") no-repeat left top;
    margin-top: -45px;
}

.callbacks1_nav.next {
    position: absolute;
    right:0px;
    top: 50%;
    background: red;
    z-index: 999;
    opacity: 0.7;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("../img/themes.gif") no-repeat left top;
    margin-top: -45px;
    background-position: right top;
}
