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

#lightbox a img{ border: none; }

#lightboxBorder {
	position: relative; 
	width: 250px;
	
}

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

#imageContainer{
	padding: 10px 10px 0px 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 50px;
	left: 0;
	height: 70%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 35%;
	height: 100%;
	background: transparent url(../images/lightbox/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/lightbox/prevlabel.gif) left 10% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/nextlabel.gif) right 10% no-repeat; }


#imgNav {
	position:relative;
	padding-bottom:5px;
	padding-top:4px;
	width: 100%;
	background:#eee;
	margin-bottom:5px;
}
#imgNav a {
	font-weight:bold;
	padding-left:16px;
	padding-bottom:2px;
	margin-left:0px;
	background-position:top left;
	background-repeat:no-repeat;
	font-weight:bold;
	margin-top:2px;
	
}
#bottomNextLink {
	margin-left:30px !important;
	background-image:url(../images/icons/iconArrowRight.gif) !important;
	padding-right:16px !important;
	padding-left:0px !important;
	background-position:top right !important;
}
#bottomPrevLink {
	background-image:url(../images/icons/iconArrowLeft.gif);
}
#bottomNavClose {
	margin-right:20px;
	background-image:url(../images/icons/iconClose.gif);
}
#bottomNavZoom {
	background-image:url(../images/icons/iconZoom.gif);
}
#floatLeftDiv {
	margin:0px;
	position:absolute;
	left:50px;
	width:50px;
}		
#floatRightDiv {
	margin:0px;
	position:absolute;
	right:30px;
	width:50px;
}	

#bottomPrevLink, #bottomNextLink {
	width:100px;
}

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	width: 100%;
	padding:0px;	
	overflow:hidden;
	}

#imageData{	padding:0 10px; color: #6D5801; }
#imageData #imageDetails{ width: 330px; float: left; text-align: left;overflow:auto;}	
#imageData #imageComments{display:block; clear:both; text-align: left; width:300px;}
#imageData #Comments{display:block; clear:both; text-align: left; width:300px;}
#imageData #caption{ padding-bottom: 1.0em;	}
#imageData #numberDisplay{ font-weight: bold; padding-bottom: 1.0em; padding-right:5px;	}		
#imageData #uploadedby{ float:left; clear:both; padding-bottom: 1.0em; margin:5px 0px 10px 0px; 	}		
#imageData #bottomNavClose{  float:right;padding-bottom: 0.7em;border:1px solid green	}	
#imageData #bottomNavComment{ float: right;  padding-bottom: 0.7em; margin-right:10px;	}
#imageData #CommentFormDiv{ clear:right;float: right;width:160px;padding:20px;background:#fff;z-index:0;text-align:left;	}	
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #6D5801;
	background:url(../images/backgrounds/bodyBG_dark.gif) #D6CDAD top left repeat;
	}
#overlayLoad{
	background:#fff;
	height:500px;
	width: 100%;
	text-align:center;
	padding-top:150px;
}	
	
