#lightbox{
	background: #fff url(/lightbox/images/bejdzh_bg.jpg) no-repeat;
	position: absolute;
	left: 0px!important;
	top: 0px !important;
	height: 460px;
	width: 1024px;
	z-index: 2;
	}

#lightbox a img{ border: none; }

#loading{
	position: absolute;
	left: 150px;
	top: 110px;
	height: 42px;
	width: 209px;
	}

#imageContainer{
	background: #fff url(/lightbox/images/photo_bg.gif) no-repeat right bottom;
	position: absolute;
	left: 310px;
	top: 55px;
	width: 520px;
	height: 320px;
	}

#imageContainer img{
	position: relative;
	left: 11px;
	top: 13px;
}

#hoverNav{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: 3;
	}

#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

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


#imageDataContainer{
	position: absolute;
	bottom: 0px;
	right: 0px;
	overflow: auto;
	height: 100px;
	width: 200px;
	float: right;
 margin: 0px !important;
	}

#imageData{
	height: 100px;
	width: 200px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 0px;
	float: right;
 margin: 0px !important;
}

#imageData #imageDetails{
 height: 200px;;
 position: absolute;
 right: 0px;
 bottom: 0px;
	float: right;
 margin: 0px !important;
 }	
#imageData #caption{ font-weight: bold;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;}			

#imageData #bottomNavClose{ 
 position: absolute;
 right: 40px;
 bottom: 40px;
	float: right;
 margin: 0px !important;
	}

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