﻿/* CSS for the scrollers */
	div.horizontal_scroller{
		position:relative;
		height:24px;
		width:500px;
		display:block;
		overflow:hidden;
		/*border:#CCCCCC 1px solid;*/
		direction:rtl;
	}
	div.scrollingtext{
		position:absolute;
		display:inline;  
		white-space:nowrap;
		font-family:'Trebuchet MS',Arial;
		font-size:14px;
		/*font-weight:bold;*/
		color:#071B5D;
	
	}