ul.marquee {
	/* required styles */
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;

	/* optional styles for appearance */
	margin-left:30px; 
	color:#d3dae8;
	font-size:14px;
	/*width:630px;*/
	height: 32px; /* height should be included to reserve visual space for the marquee */

}

ul.marquee li {
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap;
	margin-top:6px;
	padding: 3px 5px;
}