
#newsticker {
	position: relative;
}
#newsticker ul {
	border: 0px solid #fcf498;
	list-style: none;
	min-height: 60px;
	padding: 1px 1px;
	padding-right: 1px;
}

#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	background: transparent url("icon_closenewsticker.gif") no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 1px;
	top: 1px;
	width: 1px;
	height: 1px;
	text-indent: 1px;
	outline: none;
}
