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

ul.marquee li {
	height: 26px;
	font-size: 12px;
	line-height: 26px;
	padding: 0;
	/* required styles */
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap;
}