
/* CSS Document */
body {
	color:#fff;
	background-color:#000;
	font-family: "Courier New", Courier, monospace;
	font-size:16px;
	margin: 20px 0 0 20px;
	}
#main {
	width:1024px;
	height:2000px;
	margin-top:50px;
	}	
#header {
	width:1024px;
	border-bottom:solid 1px #fff;
	height:55px;display:block;
	}	
#navi {
	float:left;
	width:157px;
	}	
ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}	
ul li a {
  background-position: 0 0;
  background-repeat:no-repeat;
  width:154px;
  height:30px;
  display:block;
  margin-bottom:5px;

}
ul li a:hover {
	  background-position: 0 -30px;
	  background-repeat:no-repeat;
	  width:154px;
	  height:30px;
	  display:block;
	  margin-bottom:5px;

}
.centerme {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -150px;
}
.thumbnail {padding-right:50px;padding-bottom:50px;border:none;}
.button{text-decoration:none;color:#fff;}
.button:hover {text-decoration:underline;}
#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: #202020; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 2px; }

#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-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.png) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.png) right 15% no-repeat; }

#imageDataContainer{ font: 15px "Courier New", Courier, monospace; background-color: #000; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:10px 10px; color: #fff; }
#imageData #imageDetails{ width: 100%; float: left; text-align: right; }	
#imageData #caption{ }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 26px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

