div.scrollable {float:left; position:relative; overflow:hidden;	width:700px; height:300px;}
div.scrollable div.items {width:20000em; position:absolute; clear:both;}
div.scrollable div.items div {float:left;}
a.prev, a.next, a.prevPage, a.nextPage {display:block; width:20px; height:20px; float:left; cursor:pointer;}
a.prev, a.prevPage {background:url(../images/sprite.png) -125px -155px no-repeat; margin:150px 0 0 0;}
a.prev:hover, a.prevPage:hover {background-position: -175px -155px;}
a.next, a.nextPage {background:url(../images/sprite.png) -150px -155px no-repeat; margin:150px 0 0 35px; clear:right;}
a.next:hover, a.nextPage:hover {background-position: -200px -155px;}
a.disabled {visibility:hidden !important;}

