
#newsticker {
	background: #7C98CD;
	position: relative;
	filter:filter:alpha(opacity=60)-moz-opacity: 0.6;opacity: 0.6;
	
}
#newsticker ul {
	padding-top:5px;
	
	list-style: none;
	padding-right: 30px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:bold;
	letter-spacing:3px;
	font-size:100%;
	min-height:23px;
	color:#FFFFFF;
	
}
* html #newsticker ul {
	height:23px;
}
#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;
}