#newsticker {
	background: #fff;
	position: relative;
	margin:10px;
	margin-top:0px;
	margin-bottom:0px;
	line-height: 1.3;
	overflow:hidden;

}
#newsticker img {
	margin-top:10px;
	margin-bottom:10px;
}
#newsticker ul {
	list-style: none;
}
* html #newsticker ul {
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	display:none;
}
#newstickernavigator a {
	padding-right:10px;
}

#newstickernavigator{ position:absolute; width:100%; height:7px; margin-top:5px; overflow:hidden; text-align:center; }
#newstickernavigator IMG{ position:relative; left:0px; margin-right:2px;}
#newstickernavigator IMG.hole{ top:-7px; cursor:pointer; }
#newstickernavigator IMG.filled{ top:0px; }	

