/* Tiny Carousel */
#slidert { height: 1%; margin: 30px 0 0; overflow:hidden; position: relative; padding:25px ;background:#f6f6f6;}
#slidert .viewport { height: 184px; overflow: hidden; position: relative; }
#slidert .buttons {
    background: none;
    border-radius: 35px;
    display: block;
    position: absolute;
    top: 43%;
    left: 0px;
    width: 35px;
    height: 35px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;
}
#slidert .next {
    right: 0;
    left: auto;
    top: 43%;
}
#slidert .buttons:hover{
    color: #C01313;
    background: none;
}
#slidert .disable { visibility: hidden; }
#slidert .overview { list-style: none; position: absolute; padding: 0; margin: 0; width: 240px; left: 0 top: 0; }
#slidert .overview li{ float: left; margin: 0 20px 0 10px; padding: 1px; height: 184px; width: 240px;}
