<!--
#marqueecontainer, #marqueecontainer2 {
	/*
	overflow: auto;
	height: 150px;
	padding: 5px;
	*/
	position: relative;
	/* width: 200px; ** marquee width */
	height: 250px; /*marquee height */
	overflow: hidden;
	/* background-color: white; */
	border: 1px solid #000;
	padding: 5px;
}
-->

