body    { color: #ccc; font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; line-height: 1em }

td  { 
font-size: 10pt;
color: #848484; 
line-height: 1.4em; 
}

a:link     { color: #fff; text-decoration: none }
a:visited  { color: #fff; text-decoration: none }
a:hover    { color: #9c0; text-decoration: none }

a:link.gruen     { color: #99cc00; text-decoration: none }
a:visited.gruen  { color: #99cc00; text-decoration: none }
a:hover.gruen    { color: #99cc00; text-decoration: none }

a:link.black     { color: #99cc00; text-decoration: none }
a:visited.black  { color: #99cc00; text-decoration: none }
a:hover.black    { color: #99cc00; text-decoration: none }


#footer { 
position: absolute;
visibility: visible;
bottom: 2px;
left: 250px;
width: 60%;
height: 24px;
color: #fff;
font-size: 75%;
vertical-align: bottom;
}

/* CSS from lightbox2 */
#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: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#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(); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover {}
#nextLink:hover, #nextLink:visited:hover {}

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

#imageData{	padding:0 10px; color: #666; }
#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{ width: 66px; 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; }
/* end CSS from lightbox2 */

/* slide */
#imageContainer {
	position:relative;
	margin:auto;
	width:370px;
	border:0px solid #000;
}

/* styles unrelated to the application follow */
h1 {
	position:relative;
	font:1em verdana;
}

.copy {
	width:500px;
	margin:auto;
	position:relative;
	font:0.9em verdana;
}

#so_credits {
	position:relative;
	margin:25px auto 0px auto;
	width:370px; 
	font:0.7em verdana;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	height:90px;
	padding-top:4px;
}

#so_credits img {
	float:left;
	margin:5px 10px 5px 0px;
	border:1px solid #000000;
	width:80px;
	height:79px;
}

#imageContainer {
	height:152px;
}

#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}

