#newsticker {
	position: relative;
}
#newsticker ul {
	list-style: none;
	min-height: 1.6em;
	padding: 0px 10px;
	padding-right: 10px;
}
* html #newsticker ul {
	height: 1px;
	overflow: visible;
}
#newsticker li.error {
	color: #FFFFFF;
}

