

#newsticker {
	background: #ffffff;
	position: relative;
}
#newsticker ul {
	border: none;
	list-style: none;
	padding: 0px;
	padding-left:5px;
	padding-right:5px;
	margin:0px;
	
}
* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	background: transparent url("icon_closenewsticker.gif") no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 0px;
	height: 0px;
	display:none;
	text-indent: 20px;
	outline: none;
}
