div.ImageScroll {
	margin-top: 10px;
	height: 250px;
	position: relative;
	overflow: hidden;
	text-align: center;
	padding: 5px;
}

div.ImageScroll img {
	vertical-align: middle;
	margin-bottom: 20px !important;
}

div.ImageScroll img.topImage {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	z-index: 2;
	background-image: url('images/topimage.png');
	margin: 0px !important;
}

div.ImageScroll img.bottomImage {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	z-index: 2;
	background-image: url('images/bottomimage.png');
	margin: 0px !important;
}

div.ImageScroll div.loader {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 5;
	background-color: white;
	background-image: url('images/28.gif');
	background-position: center;
	background-repeat: no-repeat;
}