.ticker {
  margin: 0 auto;
  width: 220px;
  text-align: left;
  position: relative;
  overflow: hidden;
  height:1em;
  display:block; 
}

.ticker ul {
  width: 100%;
  position: relative;
}

.ticker ul li {
  width: 100%;
  display: none;
}

