div.scrollable {
	position:relative;
	overflow:hidden;
	width: 665px;
	height: 147px;
}

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

div.scrollable div.items div {
	float: left;
	text-align: center;
	width: 120px;
	font-size: 13px;
	margin-right: 15px;	
	-moz-border-radius:5px;
}

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

