#newsticker {
	font-size: 12px;
	text-align:justify;
	position: relative;
	width: 220px;
}
#newsticker ul {
	list-style: none;
	display:block;
	padding:0px;
	margin:0px 0px 0px 12px;
}
* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {	
	display: none;
}

