#newsticker {
	background: #F5F5F5;
	position: relative;
	padding-bottom:10px;
	padding-top: 10px;
	min-height: 30px;
	margin-right:10px;
	margin-left:15px;
	margin-bottom:10px;
	margin-top:5px;
	
}
#newsticker ul {
	
	list-style: none;
	margin: 0px;
	text-align:center;
	font-size:16px;
	color:#990000;
	
}
* html #newsticker ul {
	height: 1em;
	overflow: visible;
	
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}