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

#outerImageContainer{ background-color: #fff; position: relative; text-align: center; width: 250px; height: 250px; margin: 0 auto; padding-right: 70px; padding-left: 70px; border-style: none; }
#imageContainer{ text-align: center; padding: 10px; border-style: none; }

#loading{ position: absolute; top: 40%; left: 0; height: 25%; width: 100%; text-align: center; line-height: 0; border-style: none; }
#loading_blank{ background-image: url(images/blank_image_sm.gif); background-repeat: repeat; position: absolute; top: 0; left: 0; height: 100%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; left: 0; bottom: 0; height: 100%; width: 100%; z-index: 10; border-style: none;}
#imageContainer>#hoverNav{ left: 0; border-style: none;}
#hoverNav a{ border-style: none; border-style: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ position: absolute; bottom: 0; display: block; }
#prevLink { vertical-align: bottom; position: absolute; left: 0; bottom: 0; float: left; margin-bottom: 0; padding-bottom: 0; }
#nextLink { vertical-align: bottom; position: absolute; right: 0; bottom: 0; float: right; margin-bottom: 0; padding-bottom: 0; }
#prevLink:hover, #prevLink:visited:hover { background-image: url(../images/prevlabel.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: left 15%; bottom: 0; margin-bottom: 0; padding-bottom: 0; }
#nextLink:hover, #nextLink:visited:hover { background-image: url(../images/nextlabel.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: right 15%; position: absolute; bottom: 0; margin-bottom: 0; padding-bottom: 0; }

#imageDataContainer{ font: 10px/1.4em verdana, Helvetica, sans-serif; text-align: center; margin: 0 auto; overflow: hidden; width: 100%; height: 22px; border-style: none; }

#imageData{ padding:0 10px; color: #666; text-align: center; height: 22px; border-style: none; }
#imageData #imageDetails{ width: 70%; float: left; text-align: center; border-style: none;}	
#imageData #caption{ font-weight: bold; text-align: center; border-style: none;}
#imageData #numberDisplay{ text-align: center; position: absolute; display: none; clear: left; padding-bottom: 1em; border-style: none;}			
#imageData #bottomNavClose{ text-align: center; position: relative; left: 0; height: 22px; overflow: hidden; padding-bottom: 0.7em; border-style: none; border-style: none; }	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #5b5b5a; text-align: center; border-style: none;}
