ul.marquee {
	/* required styles */
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;

	/* optional styles for appearance */
	width: 280px;
	height: 190px; /* height should be included to reserve visual space for the marquee */
}

ul.marquee li {
	/* required styles */
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap; /* keep all text on a single line */
	white-space:normal;
	width:275px;
	color:#000;
}
#marquee_intro.marquee {
	/* required styles */
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;

	/* optional styles for appearance */
	width: 530px;
	height: 15px; /* height should be included to reserve visual space for the marquee */
}

#marquee_intro.marquee li {
	/* required styles */
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap; /* keep all text on a single line */
	white-space:normal;
	width:540px;
	color:#993300;
}

#marquee3.marquee {
	/* required styles */
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;

	/* optional styles for appearance */
	width: 191px;
	height: 190px; /* height should be included to reserve visual space for the marquee */
}

#marquee3.marquee li {
	/* required styles */
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap; /* keep all text on a single line */
	white-space:normal;
	width:190px;
	color:#000;
}

#marquee2.marquee {
	/* required styles */
	display: block;
	padding: 0;
	margin: 0px auto;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;

	/* optional styles for appearance */
	width: 164px;
	height: 150px; /* height should be included to reserve visual space for the marquee */

	border: 0px solid #08084d;
	text-align:center;
}

#marquee2.marquee li {
	/* required styles */
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	margin:0px auto;
	width:160px;
	white-space: nowrap; /* keep all text on a single line */

	/* optional styles for appearance */
	/*font: 14px Arial, Helvetica, sans-serif;*/
	
}
