#newsticker {
	position:relative;
	width:0px;
	height:5px;
	z-index:10;
	text-align:center;
	margin-bottom:-10px;
}

#newsticker ul {
	list-style: none;
	height:25px;
	width:300px;
	padding-top:5px;
	text-align:center;
	overflow:hidden;
	margin-left:340px;
}

#newsticker li.error {
	color: #f00;
}

#newsticker #togglenewsticker {
	background: transparent url("http://windmill-farm.co.uk/template/fs-bg/images/icon_closenewsticker.gif") no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	width: 14px;
	height: 14px;
	outline: none;
	visibility:hidden;
}
