/* --------------------- CSS SLIDE SHOW BEST SELLER -------------------*/
#slider1 { height: 200px; margin: 0px 0 0; overflow:hidden; position: relative; padding: 0 55px 10px; background-color:;   }
#slider1 .viewport { height: 300px; overflow: hidden; position: relative;background-color:;}
#slider1 .buttons {
    background: ;
    border-radius: 55px;
    display: block;
    position: absolute;
    top: 40%;
    left: 2%;
    width: 25px;
    height: 25px;
    color: black;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;
}
#slider1 .next {
    right: 2%;
    left: auto;
    top: 40%;
}
#slider1 .buttons:hover{
    color: ;
    background: ;
}
#slider1 .disable { visibility: hidden; }
#slider1 .overview { list-style: none; position: absolute; padding: 0; margin: 0; width: 240px; left: 0 top: 0; }
#slider1 .overview td{  }
/* -------------------- END CSS SLIDE SHOW BEST SELLER -------------------*/