#newsticker {
	background: url(/images/ticker_bkgrd.gif) no-repeat;
	position: absolute;
	top:-260px;
	left: 37px;
	width: 931px;
	clip:rect('0', '0', '10px', '0');
	
}


#newsticker span {
width: 239px;
display:block;
float: left;
}

#newsticker ul {
	list-style: none;
	min-height: 1.6em;
	padding: 0 0 5px 0;
	color:#FFFFFF;
	margin-top: 8px;
}
* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}

* html #newsticker #togglenewsticker {
	right: 30px;
}

