/* CSS Document */
#newswrapper {
	width: 350px;
	float:left;
	margin-left:50px;
	margin-top:-6px;
	height:50px;
}

#newsticker {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 8px;
	padding-right: 8px;
	color:#000000;
	/*filter:alpha(opacity=60);
	-moz-opacity:.6;
	opacity:.6;*/
}

#newsticker ul {
	list-style: none;
	min-height: 1.4em;
	padding: 0px;
}
* html #newsticker ul {
	height: 1.4em;
	overflow: visible;
}
#newsticker li.error {
	color: #999;
}
#newsticker #togglenewsticker {
	overflow: hidden;
	outline: none;
	visibility:hidden;
}
* html #newsticker #togglenewsticker {
	right: 10px;
}