#newsticker {
	position: relative;
	width:600px;
	height: 85px;
	font-size: 13px; 
line-height:15px;
}
#newsticker ul {
	border: none;
	list-style: none;
	height: 55px;
	padding: 0;
}
* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}
#newsticker li {
list-style-type: none;
margin: 0
padding: 0;
}

#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	background: transparent url("images/dot.gif") no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 1px;
	height: 1px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 0;
}

