#newsticker {
	width: 670px;
	background: #FFFFFF;
	color: #666666;
	height: 22px;
	float: left;
	padding-left: 5px;
}

#newsticker ul {
	border: 0;
	list-style: none;
	min-height: 20px;
	padding: 0px;
	margin: 0px;
}

#newsticker ul {
	height: 20px;
	overflow: visible;
}

#newsticker li.error {
	color: #f00;
}

#newsticker #togglenewsticker {
	overflow: hidden;
	position: relative;
	display: none;
	width: 1px;
	height: 1px;
}

