html {
	background: transparent;
}
* {
	margin: 0;
	padding: 0;
}
body {
	background: transparent;
	color: #000;
}
#newsticker {
	width: 225px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	background-color: transparent;
}
#newsticker ul {
	list-style: none;
	min-height: 1.6em;
	padding: 10px 15px;
}
* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}
#newsticker li {
	line-height: 13px
}
#newsticker li.error {
	color: #f00;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}
#newsticker ul li  em{
	text-align: right;
	display: block;
	color: #036;
}

