.ticker {
	margin-top: 45px;
	width: 200px;
	margin-left: 50px;
	float: left;
	text-align: right;
	position: relative;
	overflow: hidden;
}	

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

.ticker ul li {
  width: 100%;
  display: none;
  color: #DC143C;
	font-size: large;
	font-weight: bold;
}

