* {
	margin: 0;
	padding: 0;
}
body {
	color: #ffffff;
	font: 0.7em/160% Arial, Helvetica, Verdana, sans-serif;
	/*padding: 20px;*/
}
#newsticker1 {
	background: #ffffff;
	position: relative;
}
#newsticker1 ul {
	/*border: 1px solid #fff;*/
	list-style: none;

	/*padding-left:25px;*/
	width:81px;
}

* html #newsticker1 ul {
	height: 1.6em;
	overflow: visible;
}

#newsticker1 li.error {
	color: #f00;
}

#newsticker1 #togglenewsticker {
	background: transparent url("icon_closenewsticker.gif") no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 14px;
	text-indent: 20px;
	outline: none;
}

* html #newsticker1 #togglenewsticker {
	right: 30px;
}/* CSS Document */
