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

#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
}

#lightboxCaption{ float: left; font-size: 9px; }
#keyboardMsg{ float: right; }

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 450px;
	height: 450px;
	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;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav{ left: 0; border-bottom: 0px; border-bottom-style: none;}
#hoverNav a{ outline: none; border-bottom: 0px; border-bottom-style: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	border-bottom: 0px; border-bottom-style: none;
}

#prevLink { left: -40; float: left; position: relative; left: -40px; }
#nextLink { right: 40; float: right; position: relative; left: 40px; }

#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox/prev.png) left 15% no-repeat; border-bottom: 0px; border-bottom-style: none;}
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/next.png) right 15% no-repeat; border-bottom: 0px; border-bottom-style: none;}

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

#imageData{	padding:0 10px; color: #666; }

#imageData #imageDetails{
    width: 80%;
    float: left;
    text-align: left;
    /* */
}

#imageData #caption{ font-weight: normal; font-size: 9px; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; font-weight: bold; font-size: 10px; color: #2D5C2A;	}

#bottomNav { text-align: right; }
#imageData #bottomNavClose{ diaplay: block; border-style: none; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 520px;
	background-color: #000;
}

/* * * * * V 0.3 * * * * * /
/* html,body thanks to Torben  - http://blog.schreiter.info/ */
html, body {
	height:100%;
	min-height:100%;
	cursor: default;
}
