.ticker {
	margin: 0 auto;
	margin-bottom: 5px;
	padding: 0px;
	width: 100%;
	text-align: center;
	border: none;
	position: relative;
	overflow: hidden;
	background-color:#FFFFFF;
	color:#343434;
}

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

.ticker ul li {
	width: 100%;
	display: none;
	font-size: 115%;
	margin-bottom: 3px;
}

