
	
#marqueecontainer {
	position: relative;
	width: 175px; /*marquee width */
	height: 500px; /*marquee height */
	overflow: hidden;
	border: 1px solid #333;
	background:#CCCCCC;
	}
