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

#lightboxImage{
	border-style: solid;
	border-width: 1px;
	position: relative;
	right: 1px;
	bottom: 1px;
	z-index: -500;
}

#lightbox a img{ border: none;
}

#outerImageContainer{
	margin-left: auto;
	margin-right: auto;
}

#imageContainer{
	position: relative;
	height: 100%;
	width: 100%;
	background-image:;
	margin-left: -3px;
	padding: 3px;
}

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

#prevLink, #nextLink{
	width: 10%;
	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,#prevLink:hover, #prevLink:visited:hover { background: url(../images/owly_prev.png) left 50% no-repeat; }
#nextLink,#nextLink:hover, #nextLink:visited:hover { background: url(../images/owly_next.png) right 50% no-repeat;
}


#imageDataContainer{
	width: auto;	display: block;
	margin: 20px auto auto;
	height: auto;
}

/* My Comment */

#imageData{ outline: none; border: none; color: #fff;
}
#imageData #imageDetails{
}	
#imageData #caption{
	color: #fff;
	text-shadow: #000 3px 3px 6px;
	font: bold 14px "Trebuchet MS", trebuchet, geneva, arial, helvetica, verdana, sans-serif;
	cursor: default;
	display: block;
	position: static;
	clear: both;
	margin-right: 40px;
	margin-left: 40px;
	z-index: 300;
	height: 0;
}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;
	visibility: hidden;
}

/*#imageData #bottomNavClose{
	position: relative;
	z-index: 300;
	display: block;
	background: url(../images/owly_close.png) 0;
	width: 100px;
	height: 100px;
	float: none;
}*/	

/*#imageData #bottomNav {
	z-index: 300;
	visibility: visible;
	clear: both;
	display: block;
	float: right;
}*/	

#imageData #bottomNavClose{
	z-index: 1000;
	display: block;
	position: relative;
	bottom: 47px;
	overflow: visible;
	float: right;
	left: 22px;
}	
		
/*#imageData #bottomNavClose{
	position: static;
	z-index: 300;
	padding-bottom: 0;
	top: -120px;
	left: 50px;
	float: left;
}	

	
#imageData #bottomNavClose{
	position: relative;
	z-index: 300;
	float: right;
	padding-bottom: 0;
	height: inherit;
	width: inherit;
	top: -70px;
	right: -25px;
}*/	
	
	
	/*#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #373461;
}*/

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