#image { line-height: 405px; height: 405px; text-align: center; }
#image img { vertical-align: middle; }

#images { margin: 0; padding: 15px 0 0 /*60px*/73px; }
#imageName { font-size: 11px; margin: 5px 0; }


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

/* 
	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:108px;
	height:130px;
	color:#fff;
	text-align: center;
	vertical-align: middle;
}

#thumbs img { margin: auto 3px auto 3px; vertical-align: middle; border: 1px solid #fff; }


#thumbs p.img {
	padding: 0; margin: 0; line-height: 100px; height: 100px;
}

#thumbs em {
	line-height: 30px;
	font-size: 11px;
}
