* {
	margin: 0;
	padding: 0;
}
#newsticker {
	background: #666666;
	position: relative;
}
#newsticker ul {
	list-style: none;
	min-height: 17px;
	padding-right: 30px;
	padding-top: 7px;
	padding-bottom: 3px;
	padding-left: 15px;
}
* html #newsticker ul {
	height: 17px;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	background: transparent url("icon_closenewsticker.gif") no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 5px;
	top: 4px;
	width: 19px;
	height: 19px;
	text-indent: 20px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}