/* Scrollbar */
.scrollable { height:120px; margin:15px 0 0 4px; overflow:hidden; position:relative; width:744px; }
.scrollable .buttons .browse { display:block; filter:alpha(opacity=80); height:19px; opacity:0.8; text-decoration:none; width:19px; z-index:1000; margin:50px 0 0; position:absolute; }
.scrollable .buttons .browse:hover { filter:alpha(opacity=100); opacity:1; }
.scrollable .buttons .left { background:transparent url('images/prev.gif') top left no-repeat; }
.scrollable .buttons .right { background:transparent url('images/next.gif') top right no-repeat; margin-left:725px; }
.scrollable .items { clear:both; position:absolute; width:20000em; }
.items div { float:left; width:752px; }
a.sbitem { display:block; float:left; height:120px; margin:0 8px 0 0; overflow:hidden; text-decoration:none; width:180px; }
a.sbitem div { background:#0062ab; bottom:0; color:#fff; filter:alpha(opacity=70); font-size:10px; font-weight:bold; height:22px; line-height:11px; margin:90px 0 0; opacity:0.7; padding:4px; text-align:left; width:172px; }
a.sbitem:hover div { filter:alpha(opacity=100); opacity:1; }

