/* Exodus 20.15 - http://www.biblegateway.com/passage/?search=exodus%2020.15;&version=8; */

/* ----------(  SUPERSIZED  )---------------- */

img{
	border:none;
}
body {
	/*overflow:hidden;*//*Needed to eliminate scrollbars*/
	background:#dfdfdf;
}
/*#content,*/
#wrapper{
	position:absolute;
	top:0;
	width:100%;
	z-index: 3;
	border-bottom:1px solid #4F4F4F;
}
#contentframe{
	overflow: hidden;
	border-top:solid 1px #4F4F4F;
	border-bottom:1px solid #000;
	height: 100%;
	text-align:left;
	z-index: 3;
}
#loading {
	position: absolute;
	top: 49.5%; 
	left: 49.5%;
	z-index: 3;
	width: 24px; 
	height: 24px;
	text-indent: -999em;
	background-image: url(images/supersized/progress.gif);
}
#supersize{
	position:fixed;
}

#supersize img,
#supersize a{
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
}
#supersize .prevslide, #supersize .prevslide img{
	z-index: 1;
}
#supersize .activeslide, #supersize .activeslide img{
	z-index: 2;
}
