#slide-band {
	margin: 0px auto;
	height: 100px;
	width: 100%;
	bottom: 12%;
	z-index: 3;
	left: 0;
	position: absolute;
}
	#slide-frame {
		overflow: hidden;
		height: 100%;
		text-align: left;
		background: black no-repeat 90%;
		z-index: 3;
		opacity: 0.5;
		filter: alpha(opacity = 50);
	}
#slidecaption {
	color: white;
	font: 14px Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: bold;
	margin: 1em 1em 1em 0;
}
#loading {
	position: absolute;
	top: 49.5%;
	left: 49.5%;
	z-index: 3;
	width: 32px;
	height: 32px;
	text-indent: -999em;
	background-image: url(images/ajax-loader.gif);
}
#supersize {
	position: fixed;
	z-index: 0;
	left: 0;
}
	#supersize img,
	#supersize a {
		height: 100%;
		width: 100%;
		position: absolute;
		z-index: 0;
		top: 0;
		left: 0;
	}
	#supersize .prevslide,
	#supersize .prevslide img {
		z-index: 1;
	}
	#supersize .activeslide,
	#supersize .activeslide img {
		z-index: 2;
	}