div.scroller{
		position:relative;
		height:24px;
		width:224px;
		display:block;
		overflow:hidden;
		border:#cccccc 0px solid;
	}
div.scrollingtext{
		position:absolute;
		white-space:nowrap;
		font-family:'Trebuchet MS',Arial;
		font-size:16px;
		font-weight:bold;
		color:#000000;
		padding-top: 4px;
	}
