

 #slider1 {
    overflow: hidden;
}

#slider1 .viewport {
    width: 335px;
    height: 318px;
    overflow: hidden;
    position: relative;
}

#slider1 .buttons {
        background: #C01313;
        display: block;
        margin: 30px 10px 0 0;
        float: left;
        width: 35px;
        height: 35px;
        position: relative;
        color: #fff;
        font-weight: bold;
        text-align: center;
        line-height: 35px;
        text-decoration: none;
        font-size: 22px;
}


    #slider1 .next {
        margin: 30px 10px 0 0px;
    }

    #slider1 .buttons:hover {
        color: #C01313;
        background: #f0f0f0;
    }

#slider1 .disable {
    visibility: hidden;
}

#slider1 .overview {
    list-style: none;
    position: absolute;
    width: 346px;
}

    #slider1 .overview li {
        height: 65px;
        width: 325px;
    }

    #slider2 {
    overflow: hidden;
}

#slider2 .viewport {
    width: 346px;
    height: 350px;
    overflow: hidden;
    position: relative;
}

#slider2 .buttons {
        background: #C01313;
        display: block;
        margin: 30px 10px 0 0;
        float: left;
        width: 35px;
        height: 35px;
        position: relative;
        color: #fff;
        font-weight: bold;
        text-align: center;
        line-height: 35px;
        text-decoration: none;
        font-size: 22px;
}


    #slider2 .next {
        margin: 30px 10px 0 0px;
    }

    #slider2 .buttons:hover {
        color: #C01313;
        background: #f0f0f0;
    }

#slider2 .disable {
    visibility: hidden;
}

#slider2 .overview {
    list-style: none;
    position: absolute;
    width: 346px;
}

    #slider2 .overview li {
        height: 65px;
        width: 330px;
    }

