#newsticker {
	position: relative;
}
#newsticker ul {
	list-style: none;
	min-height: 1.6em;
	padding: 0px 0px;
	padding-right: 30px;
        margin: 0px;
}
#newsticker a {
  color: #d8d8d8;
}
* html #newsticker ul {
	height: 1.3em;
	overflow: visible;
}
