#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: #333;
	width: 400px;
	height: 400px;
	margin: 0 auto;
	min-width: 400px;
	/* IE */
	_width: expression((this.offsetWidth<=this.offsetHeight) ? Math.min(parseInt(this.offsetWidth), 400 ) : true);
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	background: transparent center url(images/loading.gif) no-repeat;
	}
#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/prev.gif) left 55% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/next.gif) right 55% no-repeat; }


#imageDataContainer{
	background-color: #333;
	font: 10px Verdana, Helvetica, sans-serif;
	margin: 0 auto;
	line-height: 1.4em;
	min-width: 400px;
	/* IE */
	_width: expression((this.offsetWidth<=this.offsetHeight) ? Math.min(parseInt(this.offsetWidth), 400 ) : true);
	}

#imageData{
	padding:0 10px; color: #333;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; color: #FFF; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ clear: left;  padding-top: 0.2em;  padding-bottom: 0.2em; padding-left: 0.4em; padding-right: 0.4em; background-color: #333; color: #FFF;}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
#imageData #bottomNavClose{ background: url(images/closelabel.gif) right 55% no-repeat; padding-top: 1.0em; }	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #333;
	/*filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;*/
	}

/* Coppermine detail */

.bodycontent{
  border: 1px solid #FFF; 
  /*background: #333; */
  padding: 5px; 
  margin-bottom: 5px;
}

.title_caption{
  width: 100%;
  /*border: 1px solid #FFF;*/
  /*background: #333;*/
  margin-bottom: 5px;
  color: #FFF;
  font: 10px Verdana, Helvetica, sans-serif;  
}

.info{
  width: 100%;
  /*border: 1px solid #FFF;*/
  /*background: #333;*/
  margin-bottom: 5px;
  color: #FFF;
  font: 10px Verdana, Helvetica, sans-serif;
  text-align: center;
}

.detail{
  float: left;
  width: 50%;
  min-width: 190px;
  text-align: center;
  font: 10px Verdana, Helvetica, sans-serif;
   min-width: 200px;
  /* IE */
	_width: expression((this.offsetWidth<=this.offsetHeight) ? Math.min(parseInt(this.offsetWidth), 200 ) : true);
  text-align: center;
}

.comments{
  width: 100%;
  border: 1px solid #FFF;
  /*background: #333;*/
  margin-bottom: 5px;
  color: #FFF;
  font: 10px Verdana, Helvetica, sans-serif;
}

.hrcomments{
  color: #ccc;
  border: 1;
}

a.link {
  color: #FFF;
}

a.link:hover {
  color: #EEE;
	text-decoration: underline;
}

.inputname, .inputtext, .inputbutton {
border:1px solid #000;
background-color:#5A5A58;
font: 10px Verdana, Helvetica, sans-serif;
color: #FFF;
width: 90%;
}

/* end coppermine detail */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
