.ticker {
  margin: 0 auto;
  padding: 10px;
  width: 100%;
  text-align: center;
	font-family: 'Lato', sans-serif;
  position: relative;
  overflow: hidden;
  background:#fff url(../img/ticker.jpg) no-repeat center center;
  color:#676767;
	font-weight: 300;
}

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

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

