/* root element for the whole scrollable setup */
div.scrollable {
	position:relative;
	overflow:hidden;
	width: 833px;
	height:302px;
	margin-right: 8px;
	margin-left: 8px;
}
 
/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs {
	position:absolute;
	width:20000em;
	clear:both;
	border: 1px solid #222;
}
 
/* custom positioning for navigational links */
a.prev, a.next {
	margin-top:118px;	
}
 
 
 
/* single item */
#thumbs div {
	float:left;
	width:207px;
	height:300px;
	background:#ABCF3C url(content.png) repeat-x 0 146px;
	color:#fff;
	cursor:e-resize;
	border-right: 1px solid #333;
}
 
#thumbs h3, #thumbs p, #thumbs span {
	margin:13px;
	font-size:12px;
	color:#333333;
}
 
#thumbs h3 em {
	font-style:normal;
	color:yellow;
}
