* {
	margin: 0;
	padding: 0;
}
#newsticker {
	position: relative;
}
#newsticker ul {
	list-style: none;
	min-height: 14px;
	padding: 0px 0px;
}
* html #newsticker ul {
	height: 14px;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
