#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#thumbnailContainer { /* visia: added new element */
	position:relative;
	background-color:#424a50;
	width:800px;
	height:49px;
	border:1px solid #2b3136;
	border-bottom-width:0;
	margin: 0 auto;
	font: 13px Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #ccc;
}
#thumbnailContainer_prev {
	position:absolute;
	top:0px;
	left:0px;
	width:25px;
	height:49px;
	background-color:#424a50; /*262626*/
	border-right:1px solid #424a50;
	z-index:2000;
}
#thumbnailContainer_next {
	position:absolute;
	top:0px;
	left:725px;
	width:75px;
	height:49px;
	border-left:1px solid #424a50;
	z-index:2001;
}
#thumbnailContainer_strip {
	width:2500px;
	height:49px;
}
#thumbnailContainer A {
	background-color:transparent;
}
#thumbnailContainer A:hover {
	background-color:#2b3136;
}


#outerImageContainer{
	position: relative;
	background-color: #2b3136;
	width: 802px; /* visia: 250 */
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 1px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../file/all/b.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(../file/all2/icon_pic_prev_dark.gif) left 49% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../file/all2/icon_pic_next_dark.gif) right 49% no-repeat; }


#imageDataContainer{
	font: 13px Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color: #2b3136;
	border:1px solid #2b3136; /* visia: new */
	border-top-width:0; /* visia: new */
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #ccc; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 0.0em;	}			
#imageData #bottomNavClose{ xackground-color:blue; width: 22px; float: right;  padding-top: 7px;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
