.ScrollOuter
	{
	position: fixed;
	width: 100%;
	bottom: 0px;
	overflow: hidden;

	/* Allow SET */
	font-weight: bold;
	color: #E0E010;
	xbackground-color: #309070;
	background-color: #408070;
	font-family: Georgia, serif;
	font-size: 16px;
	padding: 3px 0px;
	}
	
.ScrollInner
	{
	white-space: nowrap;
	position: relative;
	xvisibility: hidden;
	}
	
.ScrollGhost
	{
	position: relative;
	}