#wrapper .container_12 .grid_9 ul.marquee {
	/* required styles */
	display: block;
	padding: 0px !important;
	margin: 0px;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;
	list-style-type:none;
	/* optional styles for appearance */
	width: 586px;
	height: 47px; /* height should be included to reserve visual space for the marquee */
}

#wrapper .container_12 .grid_9 ul.marquee li {
	/* required styles */
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap; /* keep all text on a single line */
	margin:0px;
	list-style-type:none;
	/* optional styles for appearance */
	font-family: "Trebuchet MS",Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size:2em;
	padding: 9px 5px 3px 5px;
	color:#fff;
}
