.rslides, .rslides img, .rslides_container {
    width: 100%;
    position: relative;
}
.rslides li {
    -webkit-backface-visibility: hidden;
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}
.rslides img {
    float: left;
    display: block;
    z-index: 1;
    height: auto;
    border: 0;
}
.rslides_container {
    margin-bottom: 50px;
    float: left;
}
.rslides {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.rslides .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    background: rgba(0, 0, 0, .8);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
}
.rslides_nav {
    position: absolute;
    -webkit-tap-highlight-color: transparent;
    top: 52%;
    opacity: 1;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 41px;
    width: 41px;
    background: url(themes.gif) left center no-repeat;
    margin-top: -45px;
    border-radius: 25px;
}
.rslides_nav:active {
    opacity: 0.5;
}
.rslides_nav.next {
    left: auto;
    background-position: right center;
}