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

body {
    padding: 0;
}

.rslides-container {
    margin-bottom: 15px;
    position: relative;
    float: left; 
    width: 102%;
    left: -1%;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0 !important;
    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;
        max-height: 145px;
    }


.large-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    opacity: 0.4;
    text-indent: -9999px;
    overflow: hidden;
    top: 0;
    bottom: 0;
    width: 120px;
}
.large-btns_nav:hover{
    opacity: 0.6;
}

    .large-btns_nav:active {
        opacity: 0.8;
    }

    .large-btns_nav.next {
        left: auto;
        background: url("images/right.png") #000 no-repeat;
        -ms-background-position-x: 50%;
        background-position: 50% 50%;
        right: 0;
    }

    .large-btns_nav.prev {
        left: 0;
        background: url("images/left.png") #000 no-repeat;
        -ms-background-position-x: 50%;
        background-position: 50% 50%;
    }

    .large-btns_nav:focus {
        outline: none;
    }