#newsticker {
	position: relative;
	font-size: 11px;
	float: left;
	margin: 0;
	padding: 0;
	width: 650px;
	top: 5px;
	overflow: hidden;
	height: 15px;
}
#newsticker ul {
	list-style: none;
	margin: 0 10px;
	padding: 0;
}
* html #newsticker ul {
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 14px;
	text-indent: 20px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}

#newsticker a {
	color: #000;
	}
	
#newsticker a:hover {
	color: #999;
	}
