a {text-decoration:none}
/* Buttons */  
    .prev {
         background:url(/layout/ebay_standard/images/image-slide-arrows.jpg) bottom left;
        height:200px;
        width:25px;
        display:block;
        border:1px solid #b9cad6; border-right:0;
             }
    .prev:hover {background-position:top left; border:1px solid #87a7ba;}
    .next {
        background:url(/layout/ebay_standard/images/image-slide-arrows.jpg) bottom right;
        height:200px;
         width:25px;
        display:block;
        border:1px solid #b9cad6;
        border-left:0;
              }
    .next:hover {background-position:top right; border:1px solid #87a7ba;}
             
             
/* Scrollbar */        
             
.scrollable
{
    position:relative;
    overflow:hidden;
    width: 900px;
    height:200px;
    border:1px solid #e8e1db;
    float:left;   
}
.scrollable .items
{
    width:20000em;
    position:absolute;
    clear:both;
}
.items div.arround
{
    float:left;
    width:680px;   
}
.items div.sliderproduct
{
    float:left;
     width:135px;
     border-right:1px dotted #ccc; padding-top:5px;
}
 
.items div.sliderproduct:hover
{
    background-color:#e3e3e3;
}