div.scrollable {  
	position:relative;
	overflow:hidden;
	width: 460px;	 
	height:114px;	

}

/* 
	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 */





/* single item */
#thumbs div {
	float:left;
	width:115px;
	height:114px;
	background:#ffffff;
	color:#811305;
	/*border-left:1px solid #333;*/
	cursor:pointer;
}

/* style when mouse is over the item */
#thumbs div.hover {
	/*background-color:#444;	*/
}

/* style when element is active (clicked) */
#thumbs div.active {
	/*background-color:#066;*/
	cursor:default;
}

#thumbs h3, #thumbs p, #thumbs span {
	margin:13px;		
	/*margin-right:13px;*/
	font-family:"bitstream vera sans";
	font-size:10px;
	color:#811305;	
}

#thumbs h3 em {
	font-style:normal;
	color:#811305;
}
