div.scrollable {
	float:left;		
}

a.prev, a.next {
	display:block;
	width:18px;
	height:18px;
	background:url(../img/scrollable/left.png) no-repeat;
	float:left;
	margin:43px 10px;
	cursor:pointer;
}

a.next {
	background-image:url(../img/scrollable/right.png);
	clear:right;	
}

a.disabled {
	visibility:hidden !important;		
}

a.prev:hover, a.next:hover {
	background-position:0px -18px;		
}



/* root element for the whole scrollable setup */
div.scrollable {  
	position:relative;
	overflow:hidden;
	/*width: 476px;*/
	width:600px; 
	height:140px;	
}


#thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
}

/* custom positioning for navigational links */
a.prev, a.next {
	margin-top:2px;	
}

/* single item */
#thumbs div {
	float:left;
	width:100px;
	height:45px;
	color:#fff;
	cursor:pointer;
}
