HTML {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; HEIGHT: 100%
}
BODY {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; HEIGHT: 100%
}
#lightbox{
	position: absolute;
	top: 20px;
	margin: 0px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}
	

#lightbox a img{ border: none; }



#imageContainer{
	padding: 20px;
	float: center;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; background: url(../images/prevlabel.gif) left 100% no-repeat;}
#nextLink { right: 0; float: right; background: url(../images/nextlabel.gif) right 100% no-repeat;}
#prevLink:link, #prevLink:active, #prevLink:hover, #prevLink:link:active:visited:hover { background: url(../images/prevlabel.gif) left 100% no-repeat; }
#nextLink:link, #nextLink:active, #nextLink:hover, #nextLink:link:active:visited:hover { background: url(../images/nextlabel.gif) right 100% no-repeat; }





#imageData{
    text-align: center;
	padding-top:0px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;

	}
#imageData #imageDetails_100{ width: 100%; float: center; align: center; text-align: center; border:0px solid #cccccc;overflow:hidden; margin:0px; }

#imageDetails #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; width: 80px; text-align: left; float: left; padding-bottom: 1.0em; margin-bottom:0px;}			
#imageData #bottomNavClose{ width: 70px; float: right;  text-align: right; padding-bottom: 0.7em; margin-bottom:0px;}	
/*#imageData #fullscreenPano{ width: 0px; float: center;  padding-bottom: 0.7em;}	*/
		
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	