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

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	text-align: center;
	line-height: 0;
	}
	
#hoverNav{
	width:86px;
	height:15px;
	border:1px solid red;
	}

#hoverNav a { outline: none;}

#prevLink, #nextLink {
	display: block;
	width:43px;
	height:15px;
	float:right;
}
#bottomNavClose {
	display: block;
	width:52px;
	height:15px;
	float:right;
}

.gallerylink { font-size:1em; font-weight: bold; text-decoration: none; color:#d4005a;}
.gallerylink:hover { color:#000;text-decoration: underline; text-shadow: #ddd 0px 0px 4px; }


#prevLink { background: url(../images/lightboxlinks.gif) 0 0 no-repeat; }
#nextLink { background: url(../images/lightboxlinks.gif) -43px 0 no-repeat; }
#bottomNavClose { background: url(../images/lightboxlinks.gif) -85px 0 no-repeat; }

#prevLink:hover  { background: url(../images/lightboxlinks.gif) 0 -14px no-repeat; }
#nextLink:hover  { background: url(../images/lightboxlinks.gif) -43px -14px no-repeat; }
#bottomNavClose:hover { background: url(../images/lightboxlinks.gif) -85px -14px no-repeat; }

#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: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	display:block;}
#imageData #description{ font-weight: normal;		display:block;}
#imageData #galleryLink{ font-weight: bold;	display:block;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNav{ width: 153px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}