.clients div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 600px; 
    height:40px;
    padding-top:7px;
    float:left;
     
} 
 
.clients div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
.clients .left{
  width:30px;
  cursor:hand;
  padding-top:10px;
  padding-left:0px;
}
.clients .right{
  cursor:hand;
  padding-top:10px;
  width:30px;
  padding-left:0px;
}
.clients SPAN{
  display:block;
  width:100px;
  height:40px;
  float:left;
}
 
