/* root element for the whole scrollable setup */
div.scrollable {
	position:relative;
	overflow:hidden;
	width: 632px; /*474px*/
	height: 110px;
}

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
}

/* custom positioning for navigational links */
/*
a.prev, a.next {
	margin-top:118px;	
}
*/

/* single item */
#thumbs div {
	float:left;
	width:158px;
	height:110px;
	color:#fff;
	text-align: center;
	vertical-align: middle;
}

#thumbs img { margin: auto 3px auto 3px; vertical-align: middle; }