#lightbox, #lightboxmenu{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img, #lightboxmenu a img{ border: none; }

#outerImageContainer, #outerImageContainerM{
	position: relative;
	background-color: #000;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer, #imageContainerM{
	padding: 10px;
	}

#loading, #loadingM{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav, #hoverNavM{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav, #imageContainerM>#hoverNavM{ left: 0;}
#hoverNav a, #hoverNavM a{ outline: none;}

#prevLink, #nextLink, #prevLinkM, #nextLinkM{
	width: 49%;
	height: 100%;
	background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink, #prevLinkM { left: 0; float: left; background: url(images/prevlabel.gif) left 15% no-repeat;}
#nextLink, #nextLinkM{ right: 0; float: right;background: url(images/nextlabel.gif) right 15% no-repeat;}
#prevLink:hover, #prevLink:visited:hover, #prevLinkM:hover, #prevLinkM:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover, #nextLinkM:hover, #nextLinkM:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer, #imageDataMContainerM{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #000;
	margin: 0 auto;
	line-height: 1.4em;

	}
	
	#outerImageContainerM, #imageDataMContainerM{min-width:400px;}
	#imageDataMContainerM p{ text-align:center; font:normal 1.6em Tahoma, Arial, Helvetica, sans-serif; width:100%; display:block;margin:0 auto;}
	* html #imageDataMContainerM p{}
	#imageDataMContainerM p a{color:#fff; text-decoration:none;}
	#imageDataMContainerM p a:hover{text-decoration:underline;}

#imageData, #imageDataM{	padding:0 10px 10px 10px; color: #666; }
#imageData #imageDetails, #imageDataM #imageDetailsM{ float: left; text-align: left; }	
#imageData #caption, #imageDataM #captionM{ font-weight: bold;	}
#imageDataM #staticnav{font-weight: bold; display:block;text-align:left;clear:both; margin-bottom:8px; }
#imageDataM #staticnav p{text-align:left; float:left;}
#imageData #numberDisplay, #imageDataM #numberDisplayM{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose, #imageDataM #bottomNavMClose{ width: 66px; float: right; 	padding-top:0px; }	
#imageDataM #bottomNavMClose{margin-top:3px;}
	#imageDataContainer #imageData #bottomNavClose, #imageDataMContainerM #imageDataM #bottomNavMClose{ margin-top:-25px; clear:both; float:right;}
	* html #imageDataMContainerM #imageDataM #bottomNavMClose{margin-top:-50px;}
#imageDataM #bottomPrint{float: left; padding-left:10px;  padding-bottom: 0.7em; cursor:pointer; 	}
#imageDataM #bottomEmail{float: left; clear:both; display:block;  padding-bottom: 0.7em; cursor:pointer;	}		
		
#overlay, #overlayM{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
	
#numberDisplay, #numberDisplayM{margin-top:15px; float:left;}
#numberDisplay a, #numberDisplayM a{width:15px; text-align:center; font:normal 1em/1.4em Arial, Helvetica, sans-serif; text-decoration:none; color:#666; display:block; float:left; margin-left:1px; border:1px solid #666;}

#numberDisplay a:hover, #numberDisplay a.active{border:1px solid #fff;color:#fff;}

#disclaimer { margin-bottom:8px;}
#disclaimer p{font-size:1em;padding:0;margin:0 0 0 0;}

#disclaimernav {display:block;margin:0 auto; margin-bottom:8px;}
#disclaimernav p{font-size:1em;padding:0;margin:0 0 0 0;}
