/* outmost wrapper element */
div.scrollable {padding:8px;}
div.horizontal {width:100%;height:120px;}

/* container for the scrollable items */
div.horizontal div.items {height:120px;margin-left:8px;float:left;width:906px !important;}

/* single item */
div.items a, div.noitems a {display:block;text-align:center;}

div.items a {float:left;margin-right:8px;}
div.items {height:120px;float:left;}

div.items img { border: 2px solid #ccc; }

/* next / prev buttons */
a.prev, a.next {background:url(/images/left.png) no-repeat 0 0;display:block;width:18px;height:18px;float:left;margin:52px 0 0 0;cursor:pointer;}
a.next {background-image:url(/images/right.png); margin-left: 8px;}
a.prev:hover {background-position:0 -18px;}
a.next:hover {background-position:0 -18px;}