#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: 30px;
	}

#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;
	}



.top-menu, .top-des-menu {
	position: absolute; top: 10px; left: 259px; width: 700px;
	font-family: verdana; font-size: 1.2em;}

.top-menu		{color: #b0a66b;}
.top-des-menu	{color: black;}


	.top-menu a, .top-menu a:visited {
		color: #b0a66b;}

	.top-menu a:active, .top-menu a:hover {
		color: white;}
	
	.top-des-menu a, .top-des-menu a:visited {
		color: black;}

	.top-des-menu a:active, .top-des-menu a:hover {
		color: white;}

.page-contacts {
	position:absolute; 
	text-align:center;
	width:170px;
	margin: 40px 0 0 29px;
	padding: 5px;
	border-top: 3px solid #b0a66b;
	background-color: #4E4945;

}


	
	.page-contacts a {text-decoration: underline;}


/* Map */



.map-1 {padding-top: 5px;}

	.map-1-link {
		font-size: 1.4em !important; line-height: 1.2em; font-weight: bold;
		display: block; padding: 0 8px 5px 13px; text-decoration: none !important;
		background: url(/html/images/map-list.gif) 2px 5px no-repeat;}

	.map-1-link:hover {background: url(/html/images/map-list-hover.gif) 2px 5px no-repeat;}

.map-2 {padding-left: 20px; padding-top: 5px;}

	.map-2-link {
		font-size: 1.2em !important; line-height: 1.2em; font-weight: normal !important;
		display: block; padding: 0 8px 5px 13px; text-decoration: none !important;
		background: url(/html/images/menu-list.gif) 2px 6px no-repeat;}

	.map-2-link:hover {background: url(/html/images/menu-list-hover.gif) 2px 6px no-repeat;}

