#lightbox{ position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; margin-top:-40px; }
#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:104.3%; width: 75px; z-index: 10; background: #fff; margin-left: 690px;}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 36px; height: 45px; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { background: url(../images/prevlabel.gif) left 0% no-repeat; margin: 25px auto 0 16px; float: left;}
#nextLink { background: url(../images/nextlabel.gif) left 0% no-repeat; margin: 75px auto 0 auto; position: relative; z-index: 300; }
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabeltext.gif) left 0% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabeltext.gif) right 0% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; width: 100%; overflow: auto; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; margin-bottom: 0.9em; }	
#imageData #caption{ font-weight: bold;}
#imageData #numberDisplay{ display: none; clear: left;	}			
#imageData a#bottomNavClose{ width: 70px; height: 17px; float: right; padding-bottom: 6px; outline: none; background: url(../images/closelabel.gif) no-repeat; z-index: 200; position: relative; margin-right: 10px; }

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; background: rgba(0,0,0,0.65); }

/*Idea for alternative nav bar - not IE compatible currently
#hoverNav{ border-top-right-radius: 15px; border-bottom-right-radius: 15px; margin-top: 20px; height: 300px; opacity:0.5; filter:alpha(opacity=50);
-webkit-border-top-right-radius: 15px;
-webkit-border-bottom-right-radius: 15px;
-moz-border-radius-topright: 15px;
-moz-border-radius-bottomright: 15px;
z-index: 1; margin-left: 670px; }
#prevLink{z-index: -10;}
#hoverNav:hover{ opacity:1; filter:alpha(opacity=100); width: 95px; }
#hoverNav:hover>#prevLink{margin-left: 36px;}
#hoverNav:hover>#nextLink{margin-left: 36px;}
#outerImageContainer{ border-top-left-radius: 15px; border-top-right-radius: 15px;
-webkit-border-top-right-radius: 15px;
-webkit-border-top-left-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px; }
#imageDataContainer{ border-bottom-left-radius: 15px; border-bottom-right-radius: 15px;
-webkit-border-bottom-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 15px; }
*/