body {
	background: #fff;
	color: #000;
	font: 10px, Verdana, sans-serif;
}
#newsticker {
	background: #ffffff;
	position: relative;
}
#newsticker ul {
	border: 0px solid #fcf498;
	list-style: none;
	min-height: 1.6em;
	padding: 0px 12px;
	padding-right: 0px;
}
* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}

* html #newsticker {
	right: 0px;
}

