#newsticker {
	position: relative;
}
#newsticker ul {
	list-style: none;
	min-height: 1.6em;
	padding-right: 30px;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 180px;
	color: #000000;
}
* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}

#newsticker ul li b {
	color: #999999;
}

#newsticker ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

#newsticker li.error {
	color: #f00;
	font-size: 12px;
}
#newsticker #togglenewsticker {
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
