/* LIGHT BOX STYLES */

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

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #444;
	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;
	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;
	background-color: #444;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #ccc; }
#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;
	}

/* LIGHT BOX STYLES */




#hallblock {
	width: 90%;
	border-top: 1px #eee solid;
	border-left: 1px #eee solid;
	margin: 10px 10px 20px 10px;	
}

#hallblock a {
	text-decoration: NONE;
}

#hallblock h1 {
	font-size: 13pt;
	margin: 5px 5px -10px 25px;	
	color: #888;
}

#hallblock IMG {
	float: right;
	border: 4px #eee solid;
	padding: 10px ;
	margin: 10px 10px 0 10px;
}

#hallblock P {
	text-align: JUSTIFY;
	padding: 0px 10px 20px 10px;
	font-size: 8pt;
	font-family: Helvetica, Verdana, Arial;
	color: #777;
}

/*	Start the second hall type of block		*/ 

#hallblock2 {
	border-right: 2px #eee solid;
	border-top: 2px #eee solid;
	width: 30%;
	margin: 5px 5px 20px 5px ;
	float: LEFT;
	text-align: center; 
	
}

#hallblock2 a {
	text-decoration: NONE;
}

#hallblock2 h1 {
	font-size: 8pt;
	margin: 5px 0px -10px 0px;	
	color: #888;
}

#hallblock2 IMG {
	text-align: center; 
	padding: 5px 5px 0px 5px ;
	margin: 10px 10px 0px 10px ;
}

#hallblock2 P {
	font-size: 8pt;
	padding: 0;
	margin: 0;
	font-family: Helvetica, Verdana, Arial;
	color: #777;
}


.thumblinks {
	font-size: 10pt;
	font-family: Verdana, Arial;
	line-height: 29px;
	margin: 0 0 3px 0;
}

.thumblinks a {
	text-decoration: NONE ; 
}

#thumbs  {
	text-align: center;
	border-top: 1px #ddd solid;
}

#thumb {
	margin: 4px;
	float: LEFT;
	height: 80px;
	width: 100px;
	background: #eee;
	overflow: hidden;
}

#thumb IMG {
	border: 0px;
	
}


