
#newsticker {
	position: relative;
}
#newsticker ul {
	list-style: none;
	padding: 0px;
	overflow: visible;
	margin: 0px;
}

#newsticker li {
	margin: 0px;
	padding: 0px;
}

#newsticker li.error {
	color: #f00;
}
