* {
	margin: 0;
	padding: 0;
}

#newsticker { position: relative; }
#newsticker ul { float: left; width: 450px; list-style: none; padding: 0; margin: 0;}
* html #newsticker ul { overflow: visible; padding: 0; margin: 0; }

#newsticker li.error { color: #f00; }
#newsticker #togglenewsticker {
	background: transparent url("../images/general/icon_closenewsticker.gif") no-repeat 0 0;
	overflow: hidden;
	/*position: absolute;
	right: 10px;
	top: 12px;
	*/
	float: right;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}