ul.marquee {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;
	height: 48px;
    width: 400px;
}

ul.marquee li {
	position: absolute;
	font-size: 12px;
	color: #f7f7f7 !important;
	font-family: tahoma !important;
	top: -999em;
	right: 0;
	display: block;
	white-space: nowrap;
	font: 14px Arial, Helvetica, sans-serif;
	padding-top: 15px;
	padding-right: 15px;
	color: #f7f7f7;
	text-align: right !important;
	float: right !important;
}

ul.marquee li a{
	color: #f7f7f7 !important;
}
