#scrollable-holder {position:relative; top:0; left:0px;}
div.scrollable {position:relative; overflow:hidden; width:475px; height:337px;float:left;}
#thumbs {position:absolute; top:0; left:0; width:20000em; clear:both; margin:1px;}
a.prev, a.next {margin-top:118px;}
#thumbs div {float:left; width:157px; height:287px;	color:#fff; margin-left:1px; cursor:pointer;}
#thumbs div.hover {}
/* style when element is active (clicked) */
#thumbs div.active {cursor:default;}
/* Nav buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:12px;	height:32px;
	background:url(../images/nav-scroll-left.gif) no-repeat;
	float:left;
	cursor:pointer;
}
/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {background-position:0px -32px;}
/* disabled navigational button */
a.disabled {visibility:hidden !important;}
/* next button uses another background image */
a.next, a.nextPage {background-image:url(../images/nav-scroll-right.gif); clear:right;}

a.prev {position:absolute; top:0; left:5px; z-index:10;}
a.next {position:absolute; top:0; right:5px; z-index:10;}
p.buy-now {text-align:center; margin-top:10px;}