#marqueecontainer{
	position: relative;
	width: 280px; /*marquee width */
	height: 220px; /*marquee height */
	overflow: hidden;
	background-color:#FFECEC;
	padding-left: 4px;
}

