/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.scroller {
	
	/* required settings */
	position:relative;
	overflow:hidden;
	height: 60px;
	width: 900px;
	background-color: #000;
	padding: 5px 0;
}

div.scroller marquee {
	background-color: #000;
	padding: 5px 0;
	width: 900px;
	height: 50px;
}

div.scroller a {
	margin: 0 10px;
	height: 50px;
}
