

#newsticker {
	background: #333333;
	
}
#newsticker ul {
	/*border: 1px solid #fcf498;*/
	
	list-style: none;

	

}
* html #newsticker ul {
	
	overflow: visible;
}
#newsticker li.error {
	color: #EDAD07;
}

#newsticker li {
	color: #FDDF79;
	font-family:helvetica,arial,verdanna;
	font-size:9px;
	padding-top:0px;
	height:14px;
}
#newsticker #togglenewsticker {

	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 0px;
	width: 14px;
	text-indent: 0px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	
}