
#newsticker {
	background: #eeeeee;
	position: relative;
	top:4px;
	overflow: hidden;
	height:20px;
	text-align:center;
	
	}
#newsticker ul {
	list-style: none;
	height:12px;
	padding:2px;
	padding-right: 30px;
}
#newsticker ul li {
	height:12px;
	position: relative;
	top: -12px;
	color:#d02;
	font-size:14px;
}
#newsticker ul li a{
	height:12px;
	color:#d02;
	font-size:14px;
	text-decoration:underline;
}
* html #newsticker ul {
	height:12px;
	overflow: visible;
	position: relative;
	top:12px;
}

#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	background: transparent url("../layout/icon_closenewsticker.gif") no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 2px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}
