/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.scroller {
	
	/* required settings */
	position:relative;
	overflow:hidden;
	height: 15px;
	padding: 5px 0;
	background-color: #4A6157;
	color: #FFF;
	width: 800px;
	
}

div.scroller marquee {
	background-color: #4A6157;
	padding: 5px 5px 5px 15px;
	width: 780px;
}
