#newsticker {
	/*background: #ffffaf;*/
	background: none;
	position: relative;
	height:55px;
}
#newsticker ul {
	border: 0px solid #fcf498;
	list-style: none;
	height: 27px;
	padding: 0;
	margin:0
}
* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}