/* ADDED BY MW FROM SCIENCE OXFORD 7MAY2010 */

#ticking-banner {
	margin: 15px 0 10px 0;
}

ul.marquee {
	display: block; 
	padding: 0; 
	list-style: none; 
	line-height: 1; 
	position: relative; 
	overflow: hidden; 
	width: 528px; 
	height: 22px; 
	background-color: #f1f3f4; 
	border: 1px solid #f1f3f4; 
	font-weight: bold; 
	text-decoration: none;
}

ul.marquee li {
	position: absolute; 
	top: -999em; 
	left: 0; 
	display: block; 
	white-space: nowrap; 
	font: 14px; 
	padding: 5px 5px; 
	color: #008c2a;
}

ul.marquee li a {
	color: #008c2a;
}

/* END OF MW STYLES */

