#newsticker ul {
	list-style: none;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	right: 10px;
	top: 12px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
	float: right;
	visibility: hidden;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}