
#newsticker {
	position: absolute;
	overflow:hidden;
  width: 1000px;
}
#newsticker ul {
	border: 1px solid #fcf498;
	list-style: none;
	min-height: 1.6em;
	padding: 10px 15px;
	padding-right: 30px;
	height: 1.6em;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	background: transparent url("icon_closenewsticker.gif") no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
	right: 30px;
}
#wtkticker {
  position: relative;
  width: 1000px;
}

#wtktickerbody {
  position:relative;
  white-space: nowrap; 
  top: 0pt;  
  width: 1000px;
  left:1000px;
}

#newsticker a, #newsticker a:visited, #newsticker a:hover{
  color:#FFF;
  margin-bottom:4px;
}

#newsticker img {
  position:relative;
  vertical-align:middle;
}