#newsticker {
  overflow:hidden;
}
#newsticker ul {
  margin:0;
  padding:0;
}
li.newsticker-item:before {
	content:url(http://filppa.com/sites/all/themes/filppacom/images/menu-collapsed2.gif);
}

li.newsticker-item {
  text-decoration: none;
  font-weight: normal;
  float:left;
  list-style:none;
  margin:0;
  padding:0;
  background:none;
}
li.newsticker-item a {
  text-decoration: none;
  font-weight: normal;
  font-style: italic;
  font-size: 0.9em;

  float:left;
  list-style:none;
  margin: -20px 0 0 20px;
  padding: 0 20px 0 0;
  background:none;
}