#lightboxIframe{
	position: absolute;
	left: 0px;
	top: 200px;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightboxIframe a img{ border: none; }

#outerImageContainerIframe{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainerIframe{
	padding: 0px;
	}

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

#imageDataContainerIframe{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: hidden;  /** was "auto" */
	width: 100%	
	}

#imageDataIframe{	padding:0 10px; color: #666; }
#imageDataIframe #imageDetailsIframe{ width: 70%; float: left; text-align: left; }	
#imageDataIframe #captionIframe{ font-weight: bold;	}
#imageDataIframe #numberDisplayIframe{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageDataIframe #bottomNavCloseIframe{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlayIframe{
	position: absolute;
	top: 51px;
	left: 51px;
	z-index: 90;
	width: 0px;
	height: 0px;
	background-color: #FFF;
	overflow: hidden;
}

iframe { 
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  left: 100px;
}
