ul.marquee {
	display: block;
	padding: 5;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;
	width: 500px;
	height: 16px;
        font-color:#ffff;
}
ul.marquee li {
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap;
	padding-top:2px;
        
}