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

#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: transparent url(../images/blank.gif) no-repeat; /* 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: #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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
body {
scrollbar-face-color:#cc9966;
scrollbar-highlight-color:#000000;
scrollbar-3dlight-color:#cc9966;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#999999;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#000000;
}

hr {
   border: 0;
   height: 1px;
   color: #FFFFFF;
}
a {
	color: #CC9966;
	background: inherit;
	text-decoration:underline;
	font-weight: bolder;
}
s {
	color: #CC9966;
	background: inherit;
	text-decoration:underline;
	font-weight: bolder;
}
h1 { 
	color:#cc9966;
	font-size:11px;
	margin: 10px 0 10px 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	color:##CC9966;
	font-size:12px;
	margin: 10px 0 10px 10px;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	
	}
	img {
	border: 0px;
}
.content2 {
	color: #FFF;
	margin: 0 auto;
	width: 800px;
	background: #000000;
	;
}
hr {
	border: 1px solid #555;
	margin: 0;
	}

	
.footer { 
	clear:both;
	width: auto;
	color:#999999;  
	font-family: Tahoma;
	font-size: 9px;
	background: #000000;
	border-top: 1px solid #555; 
	text-align:center; 
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 10px 10px 10px 10px;
}
.footer padding{
	text-align: center;
}
div#header{	margin-top: 0px;}
div#container {background-image: url(content/images/back.jpg); background-position: 50% 242px;  background-repeat: no-repeat;}

div#content p{line-height:1.4}
div#content {font-family: "Times New Roman", Times, serif;}
div#content {font-size: 12px;}
div#navigation{text-align: center;}
div#navigation{font-size: 12px;}
div#navigation{font-family: "Times New Roman", Times, serif;}
div#navigation ul{margin:15px 0; padding:0; list-style-type:none;}
div#navigation li{margin-bottom:5px;}
div#container{width:800px;margin:0 auto}
div#content{float:left;width:550px}
div#navigation{float:right;width:250px}





