/* Tiny Carousel */
#widget_slider { height: 1%; overflow: hidden; padding: 0 0 10px; }
#widget_slider .viewport { float: left; width: 210px; height: 135px; overflow: hidden; position: relative; }
#widget_slider .buttons {
    /*background: #C01313;
    border-radius: 35px;*/
    display: block;
    margin: 50px 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;
}
#widget_slider .next {
    margin: 50px 0 0 10px;
}
/*#widget_slider .buttons:hover {
    color: #C01313;
    background: #fff;
}*/
#widget_slider .disable { visibility: hidden; }
#widget_slider .overview { list-style: none; position: absolute; padding: 0; margin: 0; width: 210px; left: 0; top: 0; }
#widget_slider .overview li { float: left; margin: 0 20px 0 0; padding: 1px; height: 130px; border: 1px solid #dcdcdc; width: 200px; }
