
#bgTicker{
	background-image:url(/green/images/ticker-backgnd.jpg);
	background-repeat:no-repeat;
	margin-top:10px;
	height:46px;
	width:705px;
	padding:17px 0 0;

	
}

ul.marquee {
	/* required styles */
	height:20px;
	width:535px;
	display: block;
	margin:0 0 0 148px;
	padding:0;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;
}

ul.marquee li {
	/* required styles */
	background-image:none;
	margin:0;
	padding:0;
	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;
}


