.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;

  }

.rslides li {
  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_nav {
    background: url("../img/themes.gif") no-repeat scroll left top transparent;
    height: 61px;
    left: 0;
    margin-top: -45px;
    opacity: 0.7;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    text-indent: -9999px;
    top: 50%;
    width: 38px;
}
.rslides_nav:active {
    opacity: 1;
}
.rslides_nav.next {
    background-position: right top;
    left: auto;
    right: 0;
}

.rslides_nav:focus {
    outline: medium none;
}
.rslides_tabs {
    margin-top: 10px;
    text-align: center;
}
.rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 5px;
}
.rslides_tabs a {
    background: #000;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3) inset;
    display: inline-block;
    height: 9px;
    overflow: hidden;
    text-indent: -9999px;
    width: 9px;
}
.rslides_tabs .rslides_here a {
    background: #999;
}

.caption {
    background: url("../img/transp.png") repeat scroll left top transparent;
    bottom: 0;
    color: #FFFFFF;
    display: block;
    left: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    text-align: center;
}