#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1001;
	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;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top:25px;
	left: 0;
	height: 93%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

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

#imageDataContainer { font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0px auto; line-height: 2em; overflow: hidden; width: 100%; padding-bottom:10px; }
#imageDataContainer a { color:#8C8787; font-size: 12px; text-decoration:none; }
#imageDataContainer span { color:#8C8787; font-size: 12px; text-decoration:none; }
#imageDataContainer a:hover { color:#000; font-size: 12px; text-decoration:none; }
#topNavClose1, #imageData { padding:0 10px; color:#666;}
#imageData #imageDetails { width: 60%; float: left; text-align: left;}
#topNavClose1 #topcaption, #imageData #caption{ font-weight: bold; }
#imageData #numberDisplay { clear: left; padding-bottom: 1.0em; margin-right: 5px; }
#imageData #bottomNavClose { width: 140px;  outline: none;}
#topNavClose1 {text-align:left; margin-bottom:10px; line-height:14px;}


#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../../images/sfLightboxPlugin/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../images/sfLightboxPlugin/next.gif) right 15% no-repeat; }
#bottomNextLink { background: url(../../images/sfLightboxPlugin/next_modal_icon.gif) 100% 50% no-repeat; padding:0px 15px 0px 0;display:inline-block }
#bottomPrevLink { background: url(../../images/sfLightboxPlugin/prev_modal_icon.gif) 0% 50% no-repeat; padding:3px 0px 3px 15px; }
#bottomNavClose { background: url(../../images/sfLightboxPlugin/close.gif) 100% 50% no-repeat; padding:3px 18px 3px 18px; }
#toNavClose { background: url(../../images/sfLightboxPlugin/close.gif) 0 50% no-repeat; padding:3px 18px 3px 18px; font-size:14px; color:#8C8787; !important; text-decoration:none; font-weight:bold; }
#toNavClose a {text-decoration:none;}
#bottomNav {float:right;}

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