﻿.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 20px 0 0 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_tabs /* SLIDE CAPTIONS */ {
    padding: 0 0 24px 0;
    margin: -24px 20px 0 4px;
    list-style: none;
    position: relative;
    z-index: 777;
    float: right;
}

    .rslides_tabs li {
        width: 16px;
        height: 16px;
        margin-left: 4px;
        float: left;
    }

        .rslides_tabs li a {
            width: 16px;
            height: 16px;
            display: block;
            overflow: hidden;
            text-indent: -9999px;
            background: #f2f2f2;
            -webkit-border-radius: 50%;
                    border-radius: 50%;
            -webkit-box-shadow: 0 0 2px 0 #333;
                    box-shadow: 0 0 2px 0 #333;
        }

.rslides_here a {
    background: #C23643 !important;
}