#newsticker {
	position: relative;
	color:#fff;
	margin-top: 5px;
}
#newsticker ul {
	height: 20px;
	-moz-border-radius-bottomleft:5px; -moz-border-radius-bottomright:5px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;
	line-height: 20px;
}
#newstickers ul li {text-indent: 10px; margin: 0 10px !important}
* html #newsticker ul {
	height: 20px;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}