#marqueecontainer{
	position: relative;
	width: 340px; /*marquee width */
	height: 150px; /*marquee height */
	overflow: hidden;
	border:0px solid black;
}
#marqueecontainer_mi, #marqueecontainer_dx{
	position: relative;
	width: 140px; /*marquee width */
	height: 150px; /*marquee height */
	overflow: hidden;
	border:0px solid black;
}
#marqueecontainer_bt{
	position: relative;
	width: 550px; /*marquee width */
	height: 50px; /*marquee height */
	overflow: hidden;
	margin:0px;
	border:0px solid black;
}
