ul.marquee {
	/* required styles */
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
text-align: center;

	line-height: 110%;
	position: relative;
	overflow: hidden;


	/* optional styles for appearance */
	width: 320px;
	height: 28px; /* height should be included to reserve visual space for the marquee */
	background-color: #fff;
	border-bottom: 1px dotted #f26532;
border-right: 1px dotted #f26532;
border-left: 1px dotted #f26532;
}

ul.marquee li {
	/* required styles */
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap; /* keep all text on a single line */

	/* optional styles for appearance */
	font: 10px Arial, Helvetica, sans-serif;
	padding-top: 6px;
color: #095b7c;
width: 320px;
text-align: center


   

}














/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

