/* Tiny Carousel */
#slider1 { height: 1%; overflow: hidden; padding: 0 0 10px; }
#slider1 .viewport { float: left; width: 870px; height: 90px; overflow: hidden; position: relative; }
#slider1 .buttons {
    background: #9853a0;

    display: block;
    margin: 30px 13px 0 0;
    float: left;
    width: 30px;
    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 0 0 13px;
}
#slider1 .buttons:hover {
    color: #9853a0;
    background: #fff;
}
#slider1 .disable { visibility: hidden; }
#slider1 .overview { list-style: none; position: absolute; padding: 0; margin: 0; width: 120px; left: 0; top: 0; }
#slider1 .overview li { float: left; margin: 0 5px 0 0; height: 90px; width: 120px; }