div.scrollable_h {
   position:relative; 
   overflow:hidden; 
	width:750px; height:181px;
}

div.scrollable { 
   /* required settings */ 
   position:relative; 
   overflow:hidden; 
	width:750px; height:181px;
} 
 

div.scrollable div.items { 
    width:20000em; 
    position:absolute; 
} 
 

div.scrollable div.items div { 
    float:left;
	 margin:0 4px
} 
 
/* you may want to setup some decorations to active the item  
div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}
*/