

<!--these styles effect the image sequencer-->

.xmaindiv {
	width: 781px;
	height: 208px;
	margin: inherit;
	vertical-align:top;
	text-align: center;
}
#imageContainer {
	position:relative;
	margin:auto;
	width:781px;
}
#imageContainer img {
	position: absolute;
	top: 0px;
	left: 0px;
}
#imageContainerpop {
	position:relative;
	margin:auto;
	width:781px;
}
#imageContainerpop img {
	position: absolute;
	top: 0px;
	left: 0px;
}
#blackLayer {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #000000;
}

<!-- these styles effect the inside scroll bar -->

