/* for user entry page custom 2008-02-01 */

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

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-top:solid 3px #d7d7d7;
	border-right:solid 3px #d7d7d7;
	border-left:solid 3px #d7d7d7;
	}

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

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

/* caption container */
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background:url(../images/close_area_bg.gif) left bottom repeat-x #fff;
	margin: 0 auto;
	padding:0;
	line-height:0;
	width: 100%;
 	border-top:0;
 	border-right:solid 3px #d7d7d7;
	border-left:solid 3px #d7d7d7;
	border-bottom:solid 3px #d7d7d7;
	}

#imageDataContainer #imageData{margin:0;padding:0;line-height:0;border:0;}

#imageDataContainer #imageData #imageDetails,
#imageData #imageDetails #caption,
#imageData #imageDetails #numberDisplay{display:none;}

#imageDataContainer #bottomNav{margin:0;padding:0;border:0;line-height:0}

a#bottomNavClose{
 display:block;
 height:55px; width:116px; margin:0 auto; padding:0; border:0; line-height:0;
 background:url(../images/closelabel.gif) 0 0 no-repeat;
 }

a#bottomNavClose:hover{
 background:url(../images/closelabel.gif) 0 -55px no-repeat;
 }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #fff;
	}

/*
*/


