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

#lightbox a img{ border: none; }

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

#imageContainer{
	padding: 20px;
	padding-bottom: 0;
   background-color: transparent;
   overflow: hidden;
	}
	
#lightboxImage {
   z-index: 400;
   position: absolute;
   top: 19px;
   left: 20px;
   }
	
#lightboxImageLeftBg {
   display: block;
   background-color: transparent;
   background-image: url("../images/lightbox/bg_lightbox.png");
   background-repeat: no-repeat;
   background-position: top left;
   position: absolute;
   top: 0px;
   left: 0px;
   height: 100%;
   width: 50%;
   margin-left: 1px;
   z-index: 301;
}

#lightboxImageRightBg {
   display: block;
   background-color: transparent;
   background-image: url("../images/lightbox/bg_lightbox.png");
   background-repeat: no-repeat;
   background-position: top right;
   position: absolute;
   top: 0px;
   right: 0px;
   height: 100%;
   width: 50%;
   margin-right: 1px;
   z-index: 302;
}

#loading{
	position: absolute;
	top: 300px;
	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: 410;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 39%;
	height: 100%;
	background: transparent url(../images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; margin-left: 40px; }
#nextLink { right: 0; float: right; margin-right: 40px; }
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox/prevlabel.png) left 100% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/nextlabel.png) right 100% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	margin: 0 auto;
	line-height: 1.4em;
	height: 78px;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: -100px;
	}
	
#imageDataContainerLeftBg {
   background-color: transparent;
   background-image: url("../images/lightbox/bg_lightbox.png");
   background-repeat: no-repeat;
   background-position: bottom left;
   position: absolute;
   top: 0px;
   left: 0px;
   height: 100%;
   width: 50%;
   margin-left: 1px;
}

#imageDataContainerRightBg {
   background-color: transparent;
   background-image: url("../images/lightbox/bg_lightbox.png");
   background-repeat: no-repeat;
   background-position: bottom right;
   position: absolute;
   top: 0px;
   right: 0px;
   height: 100%;
   width: 50%;
   margin-right: 1px;
}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{
    width: 70%;
    float: left;
    text-align: left;
    position: absolute;
    left: 100px;
    top: 20px;
    color: #fff;
    font-size: 150%;
}	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{
	 background: transparent url("../images/lightbox/close.png") no-repeat;
    width: 66px;
    float: right; 
    padding-bottom: 0.7em;
    position: absolute;
    right: 40px;
    z-index: 1000;
    width: 35px;
    height: 35px;
    top: 11px;
}
#imageData #bottomNavClose img {
    display: none;
}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}