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

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

#loading{ position: absolute; top: 40%; left: 0; height: 25%; width: 100%; text-align: center; line-height: 0; }
#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ 	}
#imageData #numberDisplay{ font-size: 7px; display: table-row; clear: left; padding-bottom: 1em; list-style-position: inside; }			

#imageData #bottomNavClose{ background-color: transparent; width: 66px; float: right; border-style: none; outline-color: #fff; outline-style: none; }	 	

#overlay{ z-index: 100; width: auto; height: auto; background-color: #f00; position: absolute; top: 0; left: 0; right: 0; bottom: 0; min-width: 100%; min-height: 100%; max-width: 100%; max-height: 100%; }
body {  }
a:link { color: #666; text-decoration: none; }
a:visited { color: #666; text-decoration: none; }
a:active { color: #666; text-decoration: none; }
a:hover { color: #d4c9b9; text-decoration: none; }
#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: 50%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { background-color: transparent; background-image: url(../../images/prev.gif); background-repeat: no-repeat; background-attachment: scroll; left: 0; float: left; }
#nextLink { background-image: url(../../images/next.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: right 0; right: 0; float: right; }
#prevLink:hover, #prevLink:visited:hover { background-image: url(../../images/prevhover.gif); background-repeat: no-repeat;background-attachment: scroll;background-position: left 0; }
#nextLink:hover, #nextLink:visited:hover { background-image: url(../../images/nexthover.gif); background-repeat: no-repeat;background-attachment: scroll;background-position: right 0; }
#imageDataContainer{ font: 10px/1.4em Verdana, Helvetica, sans-serif; background-color: white; margin: 0 auto; overflow: auto; width: 100%	; }

