#newsticker {
	list-style: none;
	height: 150px;
	padding: 10px 15px;
	padding-right: 30px;
	position: relative;
}
#newsticker li {
	background: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
}
* html #newsticker {
	height: 1.6em;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	display: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}