#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	}

#lightbox a img{ border: none; }

#topNav,
#outerImageContainer,
#imageDataContainer {
	background-color: #F2F2F2;
	border:1px solid #ccc;
}

#outerImageContainer{
	position: relative;
	border-top:none;
	border-bottom:none;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	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:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	border-top:none;
	font: 10px Verdana, Helvetica, sans-serif;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	}

#imageData{
	float:left;
	padding:0 9px;
	color: #666;
}

#imageData #imageDetails{
	width: auto;
	float: left;
	text-align: left;
}

#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	

#imageData div, 
#imageData span, 
#imageData a {
	float:left;
}

#topNav{
	border-bottom:none;
	margin: 0 auto;
	padding-top:10px;
}
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #fff;
	}

#imageDetails {
	padding-bottom:10px;
}

#imageData #galleryNavigation{
	background-color:#cc0000;
	padding:3px 6px;
	background-image: url(../images/shd/nav_corner.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	color:#fff;
	display:block;
	float:right;
	margin-bottom:10px;
}
	
#imageDetails a,
#imageDetails span{
	clear:both;
	display:block;
}

#imageDetails a{
	margin-top:6px;
	width:100%;
}

#galleryDisplay {
	font-family:Arial Narrow,Arial,Verdana,Sans-Serif;
	font-size:1.5em;
	line-height:1.0em;
	text-transform:uppercase;
}

#galleryDisplay strong{
	font-size:1.1em;
}

#prevImage,
#nextImage {
	width:14px;
	height:0;
	padding-top:16px;
	overflow:hidden;
	display:block;
	background-repeat:no-repeat;
	background-position:left 0.2em;
}

#prevImage { background-image:url(../images/lightbox/prev.gif); margin-right:10px; }
#nextImage { background-image:url(../images/lightbox/next.gif); margin-left:10px; }

#galleryClose{
	float:right;
	width:auto;
	background-image:url(../images/lightbox/close.gif);
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:18px;
	margin-right:10px;
	color:#666;
	font-family:Arial Narrow,Arial,Verdana,Sans-Serif;
	font-size:1.2em;
	line-height:1.0em;
	text-transform:uppercase;
	font-weight:bold;
}