div.scrollable { float:left; position:relative; overflow:hidden; width: 588px; height:40px; border-top:#fecc00 solid 1px; border-bottom:#fecc00 solid 1px;}
div.scrollable div.items {  width:20000em; position:absolute; z-index:1; }
div.scrollable div.items div { float:left; width:60px; height:40px; margin:0px 2px 0px 3px; }
div.items div.active { /*null*/ }
/* prev, next, prevPage and nextPage buttons */
/* right */
a.next_stile { background: url(../images/freccia_dx.jpg);  no-repeat; display:block; width:20px; height:42px; float:left; cursor:pointer;}
a.next_stile:hover {background: url(../images/freccia_dx_blu.jpg);  no-repeat; display:block; width:20px; height:42px; float:left; cursor:pointer;}
/* left */
a.prev_stile { background: url(../images/freccia_sx.jpg);  no-repeat; display:block; width:20px; height:42px; float:left; cursor:pointer;}
a.prev_stile:hover {background: url(../images/freccia_sx_blu.jpg);  no-repeat; display:block; width:20px; height:42px; float:left; cursor:pointer;}
