#newsticker {
	position: relative;
}
#newsticker ul {
	list-style: none;
	margin:0px;
	padding: 0px;
	height:16px;
}

#newsticker li {
	height:16px;
	display:inline;
	margin:0px;
	padding: 0px;
}

* html #newsticker ul {
	overflow: visible;
}
