#newsticker {
	position: relative;
	color:#333;
	background: #ddd url(../imgs/nav/na/v_back.gif) repeat-x;
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	border-bottom: solid 1px #ccc;
	padding: 0 20px;
}
#newsticker ul {
	height: 40px;
	line-height: 40px;
	text-shadow: 1px 1px 0px #fff
}
#newstickers ul li {text-indent: 10px; margin: 0 10px !important;}
* html #newsticker ul {
	height: 40px;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
