/* Tiny Carousel */
.vslider {
    height: 1%;
    margin: 30px 0 0;
    overflow: hidden;
    position: relative;
    padding: 0 5px 10px;
}

.vslider .viewport {
    height: 130px;
    overflow: hidden;
    position: relative;
}

.vslider .buttons {
    border-radius: 35px;
    display: block;
    position: absolute;
    top: 22%;
    left: 0;
    width: 35px;
    height: 35px;
    color: #f69b0e;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;
    z-index: 99999;
}

.vslider .next {
    right: 0;
    left: auto;
}

.vslider .buttons:hover {
    color: #C01313;
}

.vslider .disable {
    visibility: hidden;
}

.vslider .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
/*    width: 240px;*/
    left: 0;
    top: 0;
}

.vslider .overview li {
    float: left;
    margin: 0 20px 0 0;
    padding: 1px;
    height: 121px;
    border: 1px solid #dcdcdc;
    width: 236px;
 }


