* {
	margin: 0;
	padding: 0;
}
body {
	background: #ff;
	color: #000;
	font: 0.7em/160% "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	padding: 20px;
}
#newsticker {
        position: relative;
        height: 110px
}
#newsticker ul {
        list-style: none;
	min-height: 1.6em;
	padding: 0px 0px;
	padding-right: 0px;
}
* html #newsticker ul {
	height: 1.2em;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}

* html #newsticker {
	right: 30px;
}