* {
	
}

#newsticker {
	
}

#newsticker ul {
	list-style: none;
	min-height: 1.6em;
}

* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}



#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 12px;
	width: 0px;
	height: 14px;
	text-indent: 0px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 0px;
}
