
#bgTicker{
	background-image:url(/fire/images/ticker.png);
	background-repeat:no-repeat;
	margin-top:20px;
	height:32px;
	width:707px;
	padding:10px 0 0;

	
}

ul.marquee {
	/* required styles */
	height:20px;
	width:567px;
	display: block;
	margin-left:120px;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;
}

ul.marquee li {
	/* required styles */
	position: absolute;
	top: -999em;
	left: 0;
	height:20px;
	display: block;
	white-space: nowrap; /* keep all text on a single line */
}

ul.marquee li a{
	text-decoration:none;
}


