@charset "utf-8";
/* CSS Document */

div.scrollable1 {  
	position:relative;
	overflow:hidden;
	width: 442px;	 
	height:275px;	
}

/* 
	root element for scrollable1 items. It is 
	absolutely positioned with large width. 
*/
#thumbs1 {	
	position:absolute;
	width:20000em;	
	clear:both;
/*	border:1px solid #222;   */
}

/* custom positioning for navigational links */
a.prev, a.next {
	margin-top:118px;	
}



/* single item */
#thumbs1 div {
	float:left;
	width:442px;
	height:275px;
	background:#555 url(/img/global/gradient/h150.png) repeat-x 0 146px;
	color:#fff;
/*	border-left:1px solid #333;  */
	cursor:pointer;
}

/* style when mouse is over the item */
#thumbs1 div.hover {
	background-color:#444;	
}

/* style when element is active (clicked) */
#thumbs1 div.active {
	background-color:#066;
	cursor:default;
}

#thumbs1 h3, #thumbs1 p, #thumbs1 span {
	margin:13px;		
	font-family:"bitstream vera sans";
	font-size:13px;
	color:#fff;	
}

#thumbs1 h3 em {
	font-style:normal;
	color:yellow;
}
