div.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 490px;
	height:50px;
}

div.scrollable div.items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
div.scrollable div.items a{
	float:left; margin-right:4px;
}

/* active item */


