
#newsticker
 {
  text-indent: 20px;
  position: relative;
 }

#newsticker ul
 {
  padding: 0;
  list-style: none;
  min-height: 1.6em;
 }

* html #newsticker ul
 {
  height: 1.6em;
  overflow: visible;
 }

#newsticker li.error
 {
  color: #f00;
 }
