#newsticker {
	position: relative;
	height: 30px;
	overflow: hidden;
}
#newsticker ul {
	list-style: none;
	min-height: 1.6em;
	padding: 10px 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	height: 1.6em;
	overflow: visible;
}
#newsticker ul li {
	margin: 0;
}
#newsticker ul li a {
	text-decoration: none;
}