.ticker {
  margin: 5px auto;
  padding: 5px;
  font-size:15px;
  width: 80%;
  text-align: right;
  /* border: #ccc 1px solid; */
  position: relative;
  overflow: hidden;
  /* background-color:#BF263C; */
  color:#000;
  height:32px;
  
}

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

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

