#marqueecontainer{
	position: relative;
	width: 208px; /*marquee width */
	height: 130px; /*marquee height */
	background-color: transparent;
	overflow: hidden;
	/*margin:0 auto;
	border:1px solid #000;*/
	padding: 0px;
	
}

#marqueecontainer2{
	position: relative;
	width: 208px; /*marquee width */
	height: 130px; /*marquee height */
	background-color: transparent;
	overflow: hidden;
	/*margin:0 auto;
	border:1px solid #000;*/
	padding: 0px;
	
}