#newsticker {
	background: #BDCAD2;
	position: relative;
}
#newsticker ul {
	border: 1px solid #BDCAD2;
	list-style: none;
	min-height: 1.6em;
	padding-right: 30px;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
}
* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}
#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;
}
