html,body {
  height: 100%;
}
#xoverlay{
position: absolute;
top: 0;
left: 0;
z-index: 90;
width: 100%;
height: 100%;
background-color: #000;
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}
#xloading {
position: absolute;
top: 40%;
left: 0%;
height: 25%;
width: 100%;
text-align: center;
color: #fff;
font: 100% 'Arial', Helvetica, sans-serif;
}
a:link {border-style: none; border:none; outline: none;}
a:visited {border-style: none; border:none; outline: none;}
a:active {border-style: none; border:none; outline: none;}
a:hover {border-style: none; border:none; outline: none;}

img{border:none; visibility:visible;}

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

 
#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 0px; }

#hoverNav{ position: bottom; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; border-style: none;}


#prevLink, #nextLink{ width: 49%; height: 40px; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;background: url(../images/prevlabel.gif) left 0% no-repeat; border: none; border-style: none;}
#nextLink { right: 0; float: right;background: url(../images/nextlabel.gif) right 0% no-repeat; border: none; border-style: none;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 0% no-repeat; border: none;  border-style: none;}
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 0% no-repeat; border: none;  border-style: none;}


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

#imageData{	padding:0 10px; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }		
#imageData #caption{ font-weight: bold;	}		 	
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
