@charset "utf-8";
#overlay {cursor:url(/img/design/zoomout.cur), pointer;}
#lightbox {cursor:url(/img/design/zoomout.cur), pointer;}
#imageContainer {cursor:default;}
#imageContainer {cursor:default;}
#prevLink {cursor:url(/img/design/prev.cur), pointer;}
#nextLink {cursor:url(/img/design/next.cur), pointer;}
.g-zoomin {cursor:url(/img/design/zoomin.cur), pointer;}	
.g-blank {cursor:url(/img/design/blank.cur), pointer;}
.none {display:none;}	

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

	#lightbox img { 
		width:auto; 
		height:auto;
	}
	
	#lightboxImage {
		box-shadow:0 10px 40px #333;
		-webkit-box-shadow:0 10px 40px #333;
		-moz-box-shadow:0 10px 40px #333;
		behavior:url(/PIE.htc);
	}
	
		#lightbox a img { 
			border:none; 
		}

#outerImageContainer { 
	position:relative;
	margin:0 auto; 
}

#imageContainer { 
	padding:0; 
}

#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:1000; 
}

#imageContainer>#hoverNav { 
	left:0;
}

#hoverNav a { 
	outline:none;
}

#prevLink, #nextLink { 
	width:49%; 
	height:100%; 
	background-image:url(data:image/gif;base64,AAAA); 
	/* Trick IE into showing hover */ display:block; 
}

#prevLink  { 
	left:0; 
	float:left;
}

#nextLink  { 
	right:0; 
	float:right;
}

#imageDataContainer { 
	margin:0 auto;
	padding:50px 0;
	font-size:12px;
	line-height:1.4em; 
	overflow:auto; 
	width:100%; 
	
	DISPLAY:NONE;
}

#imageData { 
	padding:0 0; 
	color:#666; 
}

#imageData #imageDetails { 
	width:100%; 
	float:left; 
	text-align:center; 
}	

#imageData #caption {
	color:#fff;
}

#imageData #numberDisplay { 
	display:block; 
	clear:left; 
	padding-bottom:0;
}		
	
#imageData #bottomNav {
	display:none;
}		
	
	#imageData a#bottomNavClose {
		display:inline-block;
		width:40px;
		height:40px;
		margin:20px 0 0 0;
		outline:none;
	}
	
#imageData #bottomNavClose img {
	display:none;
}	 	

#overlay { 
	position:absolute; 
	top:0; 
	left:0; 
	z-index:40; 
	width:100%; 
	height:500px;
	background:url(/img/design/0.gif);
}

