.ticker {
	margin: 25 auto 35;
	width: 80%;
	text-align: center;
	position: relative;
	overflow: hidden;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
}
.ticker h1 {
	font-family: "Ubuntu", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 35px;
	font-weight: bold;
}
.ticker ul {
  width: 100%;
  position: relative;
}

.ticker ul li {
  width: 100%;
  display: none;
}

