#newsticker {
	width: 300px;
	margin-left: 0 px;
	position: absolute;
	left: -37px;
	top: -2px;
	overflow: hidden;
}
#newsticker ul {
	list-style: none;
}
* html #newsticker ul {
	overflow: hidden;
}
#newsticker li.error {
	color: fff;
}
#newsticker #togglenewsticker {
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 0px;
	height: 0px;
	text-indent: 0px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 0px;
}