div.scrollable {  
	position:relative;
	overflow:hidden;
	width: 580px;	 
	height:270px;	
}

/* 
	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:290px;
	height:270px;
	color:#fff;
	cursor:pointer;
	background-color: #B5A99B;
}

#thumbs h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#2D0102;
	text-align: center;
	line-height: 20px;
}
#thumbs p {
	margin:13px;
	font-family:"bitstream vera sans";
	font-size:13px;
	color:#fff;
	text-align: center;
}
