.simple-ticker {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #dae6f6;
  margin-top: 15px;
  margin-bottom: 15px;
}
.simple-ticker ul {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.simple-ticker ul li {
  display: none;
  width: 100%;
  margin: 0;
  padding: 0px 0 5px;
  color: #333;
  text-align: center;
  z-index: 0!important;
}