#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	}
	
#lightbox br {
}

.break{
	height:0;
	overflow:hidden;
	clear:both;
}

#lightbox a img{ border: none; }

#topNav,
#outerImageContainer,
#imageDataContainer {
}

#outerImageContainer{
	position: relative;
	border-top:none;
	border-bottom:none;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	background-color: #E4E4E4;
	}

#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;
	width: 100%;
	}

#imageData{
	float:left;
	color: #FF5C17;
	padding-bottom:5px;
	background-image: url(../images/lightbox/BG_imageDetails.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#imageData #imageDetails{
	width: auto;
	float: left;
	text-align: left;
	padding-left:10px;
	position:relative;
	top:-5px;
}

#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;
}
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #495480;
	}

#imageData #galleryNavigation{
	width:100%;
	color:#fff;
	display:block;
	background-image: url(../images/lightbox/BG_galleryNavigation.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top:4px;
}

#imageData #galleryNavigationInner {
	float:right;
	padding:0 10px 0 30px;
	height:26px;
}
	
#imageDetails a,
#imageDetails span{
	clear:both;
	display:block;
}

#imageDetails a{
	margin-top:6px;
	width:100%;
	padding-left:14px;
	background-image: url(../images/shd/header/login_arrow.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color:#fff;
}

#galleryDisplay {
}

#galleryDisplay strong{
	font-size:1.1em;
}

#prevImage,
#nextImage {
	width:10px;
	height:0;
	padding-top:14px;
	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 {
	width:auto;
	float:right;
	background-image:url(../images/lightbox/BG_closeBar.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
}


#galleryCloseLnk{
	width:35px;
	height:0;
	padding-top:8px;
	overflow:hidden;
	display:block;
	background-image:url(../images/lightbox/BG_close.gif);
	background-repeat:no-repeat;
	background-position:5px top;
}
