
#newsticker {
	background: #900;
	color:#FFF;
	position: relative;
}
#newsticker ul {
	border: 1px solid #fcf498;
	list-style: none;
	min-height: 11px;
	padding: 5px;
	padding-right:30px;
}
* html #newsticker ul {
	height: 11px;
	overflow: visible;
	width:400px;
	height:20px;
}
#newsticker li{
	font-size:11px;
	width:400px;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	background: transparent url("icon_closenewsticker.gif") no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}