@charset "utf-8";

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

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	border: none;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 1px;
	}

#loading{
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin: 0;
	margin-top: -55px;
	margin-left: -50px;
	padding: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a, #bottomNav 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/prevlabel2.png) left 15% no-repeat; filter: alpha(opacity=60); }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel2.png) right 15% no-repeat; filter: alpha(opacity=60); }

div#prevImgPreviewDiv, div#nextImgPreviewDiv { position:absolute;display:block;visibility:hidden;overflow:hidden;bottom:0;border:1px solid #666;height:75px!important;width:75px!important;background:transparent;padding:0;margin:0; }
div#nextImgPreviewDiv { left:15px; }
div#prevImgPreviewDiv:hover, div#nextImgPreviewDiv:hover { border:1px solid #fff; }
div#prevImgPreviewDivDiv, div#nextImgPreviewDivDiv { position:absolute;display:block;visibility:visible;overflow:hidden;bottom:0;border:none;height:77px!important;width:95px!important;background:transparent;padding:0;margin:0; }
div#prevImgPreviewDivDiv { left:-90px; }
div#nextImgPreviewDivDiv { right:-90px; }
img#prevImgPreview, img#nextImgPreview { border:none;margin:0;padding:0;position:absolute;top:0;clip:rect(0,75px,75px,0); }
img#prevImgPreview { }
img#nextImgPreview { }

#bottomNav{
	position: absolute;
	right: 0;
	top: 0;
	height: 25px;
	width: 25px;
	z-index: 11111;
	border: none;
	}
#bottomNavClose{ 
	width: 25px;
	height:	25px;
	padding: 0; 
	margin: 0;
	text-align: right; 
	font-size: 9px; 
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	filter: alpha(opacity=60);
	display: block;
	}	
#bottomNavClose:hover, #bottomNavClose:visited:hover { 
	background: transparent url(../images/close2.gif) right 0 no-repeat; 
	filter: alpha(opacity=100);
	}

#slideNav{
	position: absolute;
	left: 0;
	top: 0;
	height: 25px;
	width: 25px;
	z-index: 11111;
	border: none;
	}
#slideNavSlide{ 
	width: 25px;
	height:	25px;
	padding: 0; 
	margin: 0;
	text-align: left; 
	font-size: 9px; 
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	filter: alpha(opacity=60);
	display: block;
	}	
#slideNavSlide:hover, #slideNavSlide:visited:hover { 
	background: transparent url(../images/pause2.gif) 0 0 no-repeat; 
	filter: alpha(opacity=100);
	}

#commentNav{
	position: absolute;
	left: 50%;
    margin-left: -75px;
	bottom: 0;
	height: 25px;
	width: 150px;
	z-index: 11112;
	border: none;
	}
#commentNavButton{ 
	width: 150px;
	height:	25px;
	padding: 0; 
	margin: 0;
	text-align: center; 
	font-size: 9px;
    line-height: 278%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	filter: alpha(opacity=60);
	display: block;
	}	
#commentNavButton:hover, #commentNavButton:visited:hover { 
	background: transparent url(../images/comment2.gif) 0 0 no-repeat; 
	filter: alpha(opacity=100);
	}

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background: transparent;
    color: #fff;
	border: none;
	margin: 0 auto;
	padding: 0;
	line-height: 1.4em;
	}

#imageData{
	padding: 0 0 0 5px;
	margin: 0;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold; color: #eee; height: 20px; line-height: 200%;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 0; font-size: 10px; font-weight: normal; color: #bbb; }		
	
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #111;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
    
.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 */
	}	
	
#overlay_nochoverer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: #fff;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	}
	

sup {
    color: red;
}

input.comment { 
    background: #fff; 
    border: 1px solid #fff; 
    width: 270px; 
    height: 15px; 
    line-height: 167%; 
    padding-left: 3px; 
    color: #333; 
    font: 9px normal Arial, Helvetica, sans-serif; 
    margin-top: 7px; 
}

input#submit.comment { 
    height: 20px; 
    width: 275px; 
    background: #aaa; 
    text-align: center;
    border: 1px solid #666; 
}

#commentArea {
	z-index: 10000;
    position: absolute;
    display: none;
    margin: 0;
    padding: 0;
    bottom: 20px;
    left: 50%;
    margin-left: -410px;
    width: 400px;
    height: 154px;
    border: 1px solid #fff;
    background: #ddd;
    color: #333;
}    

#commentAreaFile {
    border: none;
    overflow: hidden;
    background: #ddd;
    width: 380px;
    height: 145px;
    margin: 0;
    position: absolute;
    display: block;
    top: 7px;
    left: 50%;
    margin-left: -190px;
}

#commentAreaFile div {
    font: 12px normal Arial, Helvetica, sans-serif; 
    color: #333; 
    border: none; 
    margin: 0; 
    padding: 0;
}

#commentAreaFile div div {
    height: 27px;
    line-height: 27px;
    vertical-align: bottom;
    display: block;
    margin: 0;
    padding: 0;
}


#commentViewArea {
	z-index: 10000;
    position: absolute;
    display: none;
    margin: 0;
    padding: 0;
    bottom: 20px;
    left: 50%;
    margin-left: 10px;
    width: 400px;
    height: 154px;
    border: 1px solid #fff;
    background: #ddd;
    color: #333;
    overflow: auto;
}    

#commentViewAreaFile {
    border: none;
    background: #ddd;
    display: block;
    font: normal 10px Arial, Helvetica, sans-serif; 
    color: #333; 
    border: none; 
    margin: 7px 10px; 
    padding: 0;
}

#commentViewAreaFile td {
    font: normal 10px Arial, Helvetica, sans-serif; 
    color: #333; 
    border: none; 
    margin: 1px; 
    padding: 1px;
}

#commentViewAreaFile td a, #commentViewAreaFile td a:visited {
    color: #aaa;
    font: normal 9px Arial, Helvetica, sans-serif;
    text-decoration: none;
}

#commentViewAreaFile tr {
    margin-bottom: 0;
}
