/* Scroller Box */
#scroller_container {
	position: relative;
	height: 30px;
	overflow: hidden;
	background-color: #000000;
	width: 960px;
}

#scroller {
// Additional Styles
	text-align: center;
	background-color: #000000;
	font-size: 1.4em;
	font-weight: bold;
	color: #FF0000;
	line-height: 30px;
	height: 30px;
	white-space: nowrap;
}
