body {
	color: white;
	padding: 0;
	margin: 20px;
	background-color: black;
}

a {
	color: white;
	text-decoration: none;
	font: 10pt "Lucida Grande", Lucida, Verdana, sans-serif;
}

#headerline {
	text-align: left;
	margin-bottom: 10px;
	margin-left: 30px;
}

a:hover {
	color: aqua;
	text-decoration: none;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

div {
	text-align:center;
	margin: 0;
	padding: 0;
	border-top-style: none;
}

a:visited img {
	border-top-style: none;
	margin: 0;
	padding: 0;
}

a:link img {
	border-top-style: none;
	padding: 0;
	margin: 0;
}

a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	border-top-style: none;
	margin: 0;
	padding: 0;
}

/* image behaviour (dimming) */

img {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	border-top: 20px solid white;
	margin: 0;
	padding: 0;
}

/* Lightbox style */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;
	margin: 0;
	padding: 0;
}
#lightbox img{ width: auto; height: auto; filter:alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0;}
#lightbox a img{ border: none; }

#bottomNavClose{background-color: #fff;
}

#outerImageContainer{ position: relative; background-color: #fff; margin: 0 auto; }
#imageContainer{ }

#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); display: block;
}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;
}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 100% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 100% no-repeat; }

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

#imageData{color: gray;
	text-indent: 20px;
}
#imageData #imageDetails{ width: 100%; text-align: left;
}	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; }			
#imageData #bottomNavClose{ width: 90px;  outline: none;
	float: right;
	position: relative;
	right: 20px;
	bottom: 10px;
}	 	

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

