/* @override 
	http://localhost:3000/stylesheets/lightbox.css?1205125030
	http://localhost:3000/stylesheets/lightbox.css?1255033295
	http://localhost:3000/stylesheets/lightbox.css?1255033387
	http://localhost:3000/stylesheets/lightbox.css?1255033853
	http://localhost:3000/stylesheets/lightbox.css?1255034589
	http://localhost:3000/stylesheets/lightbox.css?1255035349
	http://localhost:3000/stylesheets/lightbox.css?1255039254
	http://localhost:3000/stylesheets/lightbox.css?1255039331
	http://localhost:3000/stylesheets/lightbox.css?1255040875
	http://localhost:3000/stylesheets/lightbox.css?1255040978
*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #333; width: 250px; height: 250px; margin: 0 auto;
	border: 1px solid #7f7f7f;
}
#imageContainer{ padding: 50px; }
#imageContainer img{
	border: 1px solid #191919;
}


#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0;
	opacity: 0.45;
}
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10;cursor: pointer; }
#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;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #333; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	;
	border: 1px none #7f7f7f;
	border-top-style: none;
	text-align: center;
	height: 111px;
	display: none;
}

#imageData{	padding:0 10px; color: #666;
	text-align: center;
	height: 50px;
}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{  padding-bottom: 0.7em; outline: none;
}	
#bottomNav{
	height: 30px;
	text-align: center;
	background-color: #000;
	display: block;
	margin-top: 10px;
}
#bottomNav a{
	color: #fff;
	font: normal 11px "Times New Roman", Times, serif;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
} 

#closeTag{
	color: #ccc;
	text-transform: uppercase;
	font: 11px "Times New Roman", Times, serif;
	letter-spacing: 2px;
	margin-top: 16px;
	display: none;
}
#closeTagLink{
	padding: 2px;
	width: 100px;
	height: 100px;
}
#closeTagLink:link{
	color: #ccc;
}
#closeTagLink:hover{
	color: #ccc;
}
#closeTagLink:visited{
	color: #ccc;
}
	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
