/* Tiny Carousel */
#slider1 { overflow:hidden; padding: 0 0 10px;   }
#slider1 .viewport { float: left; width: 660px; height: 250px; overflow: hidden; position: relative; }
#slider1 .buttons {
   background: #C01313;
    border-radius: 35px;
    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 .buttons_prev {
    background: url("prev-horizontal.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    
    display: block;
    margin: 90px -10px 0 0;
    float: left;
    width: 35px;
    height: 40px;
    position: relative;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;
}
#slider1 .buttons_next {
    background: url("next-horizontal.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    
    display: block;
    margin: 30px 10px 0 0;
    float: left;
    width: 35px;
    height: 40px;
    position: relative;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;
}

#slider1 .next {
    margin: 90px 0 0 10px;
}
#slider1 .buttons:hover{
    color: #C01313;
    background: #fff;
}
#slider1 .disable { visibility: hidden; }
#slider1 .overview { list-style: none; position: absolute; padding: 0; margin: 0; width: 240px; left: 0; top: 0; }
#slider1 .overview li{ float: left; margin: 0 20px 0 0; padding: 1px; height: 121px;  width: 200px;}
#slider2 { overflow:hidden; padding: 0 0 10px;   }
#slider2 .viewport { float: left; width: 660px; height: 250px; overflow: hidden; position: relative; }
#slider2 .buttons {
    background: #C01313;
    border-radius: 35px;
    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 .buttons_prev {
    background: url("prev-horizontal.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    
    display: block;
    margin: 90px -10px 0 0;
    float: left;
    width: 35px;
    height: 40px;
    position: relative;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;
}
#slider2 .buttons_next {
    background: url("next-horizontal.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    
    display: block;
    margin: 30px 10px 0 0;
    float: left;
    width: 35px;
    height: 40px;
    position: relative;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;
}
#slider2 .next {
    margin: 90px -10px 0 0;
}
#slider2 .buttons:hover{
    color: #C01313;
    background: #fff;
}
#slider2 .disable { visibility: hidden; }
#slider2 .overview { list-style: none; position: absolute; padding: 0; margin: 0; width: 240px; left: 0; top: 0; }
#slider2 .overview li{ float: left; margin: 0 20px 0 0; padding: 1px; height: 121px;  width: 200px;}