#newsticker {
	background: #ffffaf;
	position: relative;
}
#newsticker ul {
	border: 0px solid #fcf498;
	list-style: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}
#newsticker ul li {
		list-style-image: none;
}
* html #newsticker ul {
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	overflow: hidden;
	position: absolute;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
* html #newsticker #togglenewsticker {
}
