* {
	margin: 0;
	padding: 0;
}

#newsticker {
	
	position: relative;
	align: center;
	width: 400px;
	height: 20px;
}
#newsticker ul {
	
	list-style: none;
	
}
* html #newsticker ul {
	
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	display: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}