
div.scrollable {
	position:relative;
	overflow:hidden;	 	
	width: 972px;	
	height:300px;				
}

div.scrollable div.items {	
	width:20000em;	
	position:absolute;
	clear:both;		
	/* decoration */
	margin:0px;
}

/* single scrollable item */
div.scrollable div.items div {
	float:left;
	width:243px;
}

/* active item */
div.scrollable div.items div.active {
}

