#marqueecontainer{
	position: relative;
	width: 140px; /*marquee width */
	height: 180px; /*marquee height */
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #036;
	background-color: #E1F0FF;
}
#marqueecontainer2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #036;
	background-color: #E1F0FF;
}

