.scrollable {position:relative;overflow:hidden;	width: 720px;height:121px; margin-top: 1px;}
.scrollable .items {width:20000em;position:absolute;clear:both;}
.items div {float:left;width:860px;}
.scrollable img {float:left;margin:15px 17px 0 0;width:130px;height:90px; }
.scrollable .active {border:2px solid #000;position:relative;cursor:default;}
.scrollable {float:left;}

a.browse {background:url(../img/hori_large.png) no-repeat;display:block;width:35px;height:35px;float:left; margin:44px 20px;cursor:pointer;font-size:1px;}
a.right{ background-position: 0 -35px; clear:right; margin-left: 25px;}
a.right:hover{ background-position:-35px -35px; }
a.right:active{ background-position:-70px -35px; }
a.left{ margin-right: 25px; }
a.left:hover{ background-position:-35px 0; }
a.left:active{ background-position:-70px 0; }
a.up, a.down{background:url(../img/vert_large.png) no-repeat;float: none;margin: 10px 50px;}
a.up:hover{ background-position:-30px 0; }
a.up:active{ background-position:-60px 0; }
a.down{ background-position: 0 -30px; }
a.down:hover{ background-position:-30px -30px; }
a.down:active{ background-position:-60px -30px; }
a.disabled {visibility:hidden !important;}