
#newsticker {
	position: relative;
	background:url(images/news_bg.jpg) repeat-x;
	width:573px;
	height:45px;
	top:303px;
	left:-10px;
	
}
#newsticker a {
	color:#444444;
	font-weight:normal;
	text-decoration:underline;
}
#newsticker ul {
	list-style: none;
	height:30px;
	padding: 4px 15px;
	padding-right: 30px;
	margin-top:10px;
	margin-left:0px;
}
* html #newsticker ul {
	height:45px;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	background: transparent;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 15px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}
