/* Tiny Carousel */
#slider1 { height: 1%;   }
#slider1 .viewport { float: left; width: 100%; height: 300px; overflow: hidden; position: relative; }
#slider1 .buttons {
    background: #4d3221;
    border-radius: 35px;
    display: block;
    margin: 20px 0 0 0;
    float: right;
    width: 20px;
    height: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 17px;
    text-decoration: none;
    font-size: 18px;
}
#slider1 .next {
    margin: 20px 0 0 10px;
}
#slider1 .buttons:hover{
    background: #332116;
}
#slider1 .disable { visibility: hidden; }
#slider1 .overview { list-style: none; position: absolute; width: 100%; }
#slider1 .overview li{ float: left; overflow: hidden; width: 100%;}
#slider1 .overview li img { width: 100%;}
