#lightbox { position: absolute; left: 0; width: 100%; z-index: 100; text-align: left; line-height: 0; }
#lightbox a img { border: none; }

#outerImageContainer { position: relative; background-color: #ececec; width: 250px; height: 250px; margin: 0 auto; /* border: 3px dotted #333333; */ padding-bottom: 58px; }
/* for Internet Explorer */
/*\*/
* html #outerImageContainer { padding-bottom: 10px; }
/**/


#imageContainer { padding: 27px; }

#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: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left; visibility: hidden; }
#nextLink { right: 0; float: right; visibility: hidden; }
#prevLink:hover, #prevLink:visited:hover { background: url(/App_themes/CaromaDorf/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/App_themes/CaromaDorf/images/lightbox/nextlabel.gif) right 15% no-repeat; }

/* for the long desc text*/
#imageDataContainer { font: 14px Verdana, Helvetica, sans-serif; background-color: #ececec; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; }

#imageData { padding: 0px 27px 0px 27px; color: #536978; font-weight: normal; }
#imageData #imageDetails { width: 100%; float: left; text-align: left; padding-top: 0px; }
/* this is for the text long desc*/
#imageData #caption { font-weight: normal; font-size: 11px; }
#imageData #numberDisplay { display: block; clear: left; padding-bottom: 0px; }
#imageData #bottomNavClose { width: 66px; float: right; padding-bottom: 0px; }

#overlay { position: absolute; top: 0px; left: 0px; z-index: 90; width: 100%; height: 500px; background-color: #FFFFFF; }
a { text-decoration: none; color: #666666; }
a:hover { text-decoration: underline; }


#imageData #heading { display: block; clear: left; height:20px; }
#outerImageContainer #bottomNav { position: absolute; top: 0px; right: 0px; z-index: 200; }
#outerImageContainer #heading { position: absolute; top: 0px; left: 0px; z-index: 200; padding: 27px 0px 0px 27px; color: #0099a9; font-size: 14px; }
#outerImageContainer #heading B { font-size: 16px; font-weight: bold; line-height: 24px; }


#prevIMG { float: left; padding-bottom: 16px; padding-top: 11px; }
#nextIMG { float: right; padding-bottom: 16px; padding-top: 11px; }
/* for Internet Explorer */
/*\*/
* html #prevIMG { padding-bottom: 3px; }
* html #nextIMG { padding-bottom: 3px; }
/**/


#lightbox #lightboxImage { /* border: 3px dotted aqua; */ padding-top: 58px; }
#lightbox #imageDetails { /* border: 3px dotted red; */ padding: 0px; margin: 0px; }

