
#newsticker {
	margin: 0;
	padding: 0;
	height: 11px;
}
#BodyText #newsticker ul {
	margin: 0;
	padding: 0;
	height: 8px;
	list-style: none;
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	color: #4D4D4D;
}
#BodyText #newsticker li {
	margin: 0;
	padding: 0;
}

* html #BodyText #newsticker ul {
	overflow: visible;
}
#BodyText #newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	overflow: hidden;
	position: absolute;
	right: 10px;
	width: 14px;

	text-indent: 20px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}
