@media (max-width: 992px) {
    .rslides_container {
        background: #fff;
        padding-top: 20px;
        padding-bottom: 30px;
        margin-bottom: 20px;
        -moz-box-shadow: 0 2px 7px 3px rgba(55, 55, 55, 0.2);
        -webkit-box-shadow: 0 2px 7px 3px rgba(55, 55, 55, 0.2);
        box-shadow: 0 2px 7px 3px rgba(55, 55, 55, 0.2);
        border-radius: 10px;
    }
}

.rslides_container a,
.rslides_container h5 {
    color: #fff;
}


@media (min-width: 992px) {
    .rslides_container {
        margin-left: -15px;
        margin-right: 15px;
    }
}

.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;
    }

.caption {
    position: absolute;
    padding: 10px 20px 20px 20px;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    background: rgba(0, 51, 153, 0.8);
    color: #fff;
}

    .caption h5 * {
        margin-top: 0;
        color: #fff;
    }

.rslides_nav {
    position: absolute;
    top: 45%;
    margin-top: 0;
    text-decoration: none;
    height: 30px;
    width: 30px;
    z-index: 99;
    text-indent: -9999px;
    overflow: hidden;
}

.rslides_tabs {
    text-align: right;
    list-style-type: disc;
    margin-top: -20px;
    margin-right: 10px;
    z-index: 9888;
    position: relative;
    right: 0;
}

    .rslides_tabs a {
        margin-left: 4px;
        text-indent: -9999px;
        overflow: hidden;
        background: #fff;
        color: #fff;
        display: inline-block;
        _display: block;
        *display: block;
        width: 9px;
        height: 9px;
    }

    .rslides_tabs .rslides_here a {
        margin-left: 4px;
        text-indent: -9999px;
        overflow: hidden;
        background: #f51821;
        color: #f51821;
        display: inline-block;
        _display: block;
        *display: block;
        width: 9px;
        height: 9px;
    }

.rslides1_tabs {
    list-style-type: disc;
}

.rslides_tabs li {
    margin: 0;
    padding: 0;
    display: inline-block;
    float: none;
    margin-right: 1px;
    list-style-type: none;
}

.prev {
    left: 15px;
    background: url(/content/themes/bussgods/images/responsiveslider/prev.png) no-repeat;
}

.next {
    right: 15px;
    background: url(/content/themes/bussgods/images/responsiveslider/next.png) no-repeat;
}

@media(max-width: 768px) {

    .caption {
        position: static;
        padding: 10px 20px 20px 20px;
        display: block;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: left;
        background: rgba(0, 51, 153, 0.8);
        color: #fff;
    }

    .rslides img {
        display: block;
        height: auto;
        float: none;
        width: 100%;
        border: 0;
    }

    .rslides_tabs {
        display: none;
    }
}


@media(max-width: 580px) {
    .rslides_nav {
        top: 90px;
    }
}

@media(max-width: 480px) {
    .rslides_nav {
        top: 70px;
    }
}
