.ticker {
  margin: 0 auto;
  padding: 10px;
  width: 100%;
  height: 39px;
  text-align: center;
  border: 0;
  position: relative;
  overflow: hidden;
  background-color:#000;
}

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

.ticker ul li {
  width: 100%;
  height: 39px;
  display: none;
  color: #FFF;
  font-size: 12px;
}

.ticker ul li a{
  color: #FFF;
}
