#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: 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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../gallery/images/icon-prev3.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../gallery/images/icon-next3.gif) right 15% no-repeat; }

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

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 80%; float: left; text-align: left; padding:5px; }	
#imageData #caption{ font-size: 12px; font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; padding-top: 5px;	}			
#imageData #bottomNavClose{ width: 80px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

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


/* ALBUMS */

#albums {
float:left;
}
.album {
background:#E3EAF4 none repeat scroll 0 0;
border:1px solid #97B0CD;
float:left;
line-height:100%;
margin:5px 50px;
padding:10px 8px 2px 10px;
width:525px;
height: 135px;
text-align: left;
}

.album .thumb {
float:left;
margin-right:12px;
}
.album h3 {
margin: 0px !important;
padding: 8px 0px !important;
}
.album p {
font-size:11px;
line-height:12px;
text-align: justify;
margin:0;
padding:4px 0px !important;
}
.albumdesc small {
color:#1177AA;
} 

.album img {
padding:5px;
border:solid;
border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
border-width: 1px 2px 2px 1px;
background-color:white;
}

.album a:link,.album a:active,.album a:visited {
color:#06287D;
font-size: 11px ;
text-decoration:none;
}
.album a:hover,.album a:focus {
color:#1177AA;
font-size: 11px ;
text-decoration:underline;
}

.album h3 a:link,.album h3 a:visited {
font-size: 14px ;
text-decoration:none;
}
.album h3 a:hover {
font-size: 14px ;
text-decoration:underline;
}

.imagethumb a img{
background-color:#F6F6F6;
border:1px solid #E6E6E6;
display:block;
line-height:0;
margin:9px;
padding:9px;
filter:alpha(opacity=85);
opacity: 0.85;
}
.imagethumb a:visited {
background-color:#FCFCFC;
border:1px solid #F8F8F8;
}
.imagethumb a:hover img{
background-color:#F3F3F3;
border:1px solid #CCCCCC;
display:block;
line-height:0;
margin:9px;
padding:9px;
filter:alpha(opacity=100);
opacity: 1;
}
.imagethumb {
float:left;
}
.imagethumb img{
border: 0px none;
}
