#marqueecontainer{
	position: relative;
	width: 200px; /*marquee width */
	height: 420px; /*marquee height */
	background-color: white;
	overflow: hidden;
	border: 0px solid #FFFFFF;
	padding: 2px;
	padding-left: 4px;
}
