#newsticker {
	background: #EFEFEF;
	position:relative;

}
#newsticker ul {
	border: 1px solid #EFEFEF;
	list-style: none;
	padding-right: 30px;
}
* html #newsticker ul {
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	background: transparent url("icon_closenewsticker.gif") no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 5px;
	width: 14px;
	height: 11px;
	text-indent: 20px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}
