@charset "UTF-8";
/* CSS Document */


/*large image scroll*/

/* root element for the whole scrollable setup */
div.scrollable_lg {
	position:relative;
	overflow:hidden;
	width: 600px;
	height:295px;
}

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs_lg {	
	position:absolute;
	width:20000em;	
	clear:both;
}


/* single item */
#thumbs_lg div {
	float:left;
	width:600px;
	height:295px;
	color:#fff;
}


/*small image scroll*/

/* root element for the whole scrollable setup */
div.scrollable_sm {
	position:relative;
	overflow:hidden;
	width: 260px;
	height:325px;
}

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs_sm {	
	position:absolute;
	width:20000em;	
	clear:both;
}


/* single item */
#thumbs_sm div {
	float:left;
	width:260px;
	height:325px;
	color:#fff;
	
}


/*culture scroll*/

/* root element for the whole scrollable setup */
div.scrollable_culture {
	position:relative;
	overflow:hidden;
	width: 900px;
	height:255px;
	margin-bottom:35px;
}

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs_culture {	
	position:absolute;
	width:20000em;	
	clear:both;
}


/* single item */
#thumbs_culture div {
	float:left;
	width:900px;
	height:255px;
	color:#fff;
}

