/** {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	color: #ccc;
	font: 0.7em/160% "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	padding: 20px;
}*/
#newsticker {
	background: #666666;
	position: relative;
	height: 21px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#newsticker ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-right: 30px;
}
#newsticker ul li{
text-indent: 5px;
margin: 0px;
padding: 3px;
}
* html #newsticker ul {
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
  display:none;
	background: transparent url('icon_closenewsticker.gif') no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 0px;
	width: 14px;
	height: 21px;
	text-indent: 20px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}