/**
 * Image Marquee
 * Revision: 1.0.1
 */

.marqueeBox {
	position: relative;
	padding: 0;
}

.marqueeSub {
	padding: 0; margin: 0;
	height: inherit;
	width: inherit;
	position: absolute;
	top: 0; left: 0;
}

.msA { z-index: 10; }
.msB { z-index: 11; }
