/* Scroller Box */

#scroller_container {
position: relative;
width: 990px;
height: 49px;
overflow: hidden;
}

#scroller {
line-height: 49px;
white-space: nowrap;
font-size: 16px;
}

/* Scoller Box */

a.run:link {
	color: red;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
a.run:visited {
	text-decoration: none;
	color: red;
}
a.run:hover {
	text-decoration: underline;
	color: red;
}
a.run:active {
	text-decoration: none;
	color: red;
}