#ticker {
  height: 20px;
  position: absolute;
  overflow: hidden;
  width: 750px;
  margin-top: 50px;
  font-family: 'knockout',Arial;
  font-style: italic;
  font-size: 14px;
}
#ticker  > *{
  position:absolute;
  overflow: hidden;
  height: 20px;
  width: 750px;
  padding:0;
  border-bottom: 1px dashed #ccc;
  list-style-position: inside;
  list-style: none;
  float:left;
}
