#newsticker {
	width: 510px;
	text-align:right;
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 20px;
	line-height: 27px;
	color:white;
	margin:0 0 0 235px;
	padding:18px 0 0 0;
	position:absolute;
}
#newsticker ul {
	list-style: none;
	min-height: 1.6em;
	margin:0;
	padding:0;
}
* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}

