* {
	margin: 0;
	padding: 0;
}
#newsticker {
	background: #f3f3f3;
	position:inherit;
	margin: 0;
}
#newsticker ul {
	border: 0px solid #f3f3f3;
	list-style: none;
	min-height: 1.5em;
	padding: 0px 0px;
	margin:0;
	padding-right: 0px;
	overflow: hidden;
}
* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
	margin:0;
	padding:0;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	background: transparent;
	overflow: hidden;
	position: absolute;
	right: 9px;
	top: 150px;
	width: 15px;
	height: 15px;
	text-indent: 30px;
	outline: none;
	color:#fff;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}