@charset "utf-8";

div.scrollable {
	
	position:relative;
	overflow:hidden;	 	
	width: 95%;	
	height:50px;	
	
				
}

div.scrollable div.items {	
	
	width:20000em;	
	position:absolute;
	clear:both;			
	
}

div.scrollable div.items div {
	float:left;
	
	text-align:center;
	width:142px;
	margin:2px;
}

div.scrollable div.items div.active {
	border:1px inset #fff;		
	background-color:#fff;
}

