#lightbox{
	position:absolute;
	margin: 0px;
	width: 100%;
	z-index: 2000;
	text-align: center;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #F7F6F6; /*#F3F3F3;*/
	width: 250px;
	height: 250px;
	margin: 0 auto;
	background-image: url(../../img/bg_gradiant_mi.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top: #FFFFFF solid 1px;
	border-left: #FFFFFF solid 1px;
	border-right:  #FFFFFF solid 1px;	
	-moz-border-radius-topleft:11px;
	-moz-border-radius-topright:11px;
	}

#imageContainer{
	padding: 10px;
	}

#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: 1110;
	}
	
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 32px;
	height: 32px;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
	
#prevLink { 
    left:0;
	float:left;
	margin-left:10px;
	background-image: url(../images/prevlabel.gif);
	background-repeat: no-repeat;
	background-position:left;
}
#nextLink { 
    right:0;
	float:right;
	margin-right:10px;
	background-image: url(../images/nextlabel.gif);
	background-repeat: no-repeat;
	background-position:right;
	}
	
#prevLink:hover, #prevLink:visited:hover {
	background-image: url(../images/prevlabel_over.gif);
	background-repeat: no-repeat;
	background-position:left;
}
#nextLink:hover, #nextLink:visited:hover { 
	background-image: url(../images/nextlabel_over.gif);
	background-repeat: no-repeat;
	background-position:right;
}


#imageDataContainer{
	font-family:Arial,Helvetica,sans-serif;
	color:#2C3544;
	font-size:12px;
	font-style:normal;
	line-height:18px;
	background-color: #F7F6F6;/*#F3F3F3;*/
	margin:0 auto;
	overflow: auto;
	width: 100%	;
	border-bottom: #FFFFFF solid 1px;
	border-left: #FFFFFF solid 1px;
	border-right:  #FFFFFF solid 1px;	
	padding-bottom:10px;
	-moz-border-radius-bottomright:11px;
	-moz-border-radius-bottomleft:11px;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; padding-left:45px;}	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ 	} /*display: block; clear: left; padding-bottom: 1.0em;
/*#hoverNav #bottomNavClose{ width: 32px; z-index:2001; cursor: pointer; float:right;}*/
#closebutt {float:right; padding:2px 2px 0px 0px;right:0; cursor: pointer;}

#overlay{
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	z-index: 1190;
	background-color: #455063;
	}
	
* html #overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	z-index: 1190;
	background-color: #455063;
	}