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

#lightbox img {
	width:auto;
	height:auto;
	}

#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:-24px;
	left:0;
	width:100%;
	height: 24px;
	z-index:10;
	background: #FFF;
	}

#imageContainer>#hoverNav { left:0; }

#hoverNav a { outline:none; }


	
#numberDisplay {
	display:block;
	float: right;	clear: none;
	color:#E32426;
	font-size:10px;
	line-height: 12px;
	margin: 6px 0px 6px 0px;
	background: #FFF;
	min-width: 27px;
	}

#prevLink,#nextLink {
	display:block;
	width: 12px;
	height: 12px; 
	margin: 6px;
	float:right;
	}
	
.prevLink, .nextLink {	background:url(../assets/images/wwd_template/arrows.jpg) no-repeat; }	
.prevLink { background-position: 0px 0px;}
.nextLink { background-position: -12px 0px;}

.prevLink:hover, .prevLink:visited:hover { background-position: 0px -12px;}
.nextLink:hover, .nextLink:visited:hover { background-position: -12px -12px;}


.prevLinkDisabled, .prevLinkDisabled:hover, .prevLinkDisabled:visited:hover,
.nextLinkDisabled, .nextLinkDisabled:hover, .nextLinkDisabled:visited:hover {
	background:url(../assets/images/wwd_template/arrows.jpg) no-repeat;
	}

.prevLinkDisabled, .prevLinkDisabled:hover, .prevLinkDisabled:visited:hover  { 
	background-position: -0px -24px;
	cursor: default;
	}
	
.nextLinkDisabled, .nextLinkDisabled:hover, .nextLinkDisabled:visited:hover {
	background-position: -12px -24px;
	cursor: default;
 	}









#imageDataContainer {
	font:10px Verdana, Helvetica, sans-serif;
	background-color:#fff;
	margin:0 auto;
	line-height:1.4em;
	overflow:auto;
	width:100%;
	}

#imageData {
	padding:0px;
	color:#666;
	}

#imageData #imageDetails {
	width:70%;
	float:left;
	text-align:left;
	}

#imageData #caption {
	font-weight:bold;
	}


#imageData #bottomNavClose {
	width: auto;
	float:right;
	padding:6px;
	outline:none;
	}
