#newsticker * {margin:0px; padding:0px;}
#newsticker {
	position: absolute;
	top:120px;
	left:126px;
	width:597px;
	height:20px;
	background:url("../images/newsticker/newsticker.jpg") no-repeat;
	color:#666;
	font: 11px Tahoma, Arial, Helvetica, Verdana, sans-serif;
	text-decoration:none;
	padding:8px 30px 0px 130px;
}
#newsticker ul {
	list-style-type: none;
}
#newsticker li{	list-style:none;}

* html #newsticker ul {
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	background: transparent url("../images/newsticker/icon_closenewsticker.gif") no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 7px;
	top: 7px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}


#newsticker a{
  color:#666;
	font: 11px Tahoma, Arial Helvetica, Verdana, sans-serif;
	text-decoration:none;
}

#newsticker a:hover{color:#F60;}
