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

#lightboxImage{ Xborder: 1px solid black; }

/*#outerImageContainer{ position: relative; left: 100px; Xborder: 1px solid black; Xbackground-color: rgb(255,233,203); background-color: #FFF; width: 250px; height: 250px; margin: 0 auto;     Xbackground-image: url(../../gfx/lightbox/loading.gif); Xbackground-repeat: no-repeat; Xbackground-position: center; THEBGIMAGEWORKSOKHEREANDISNICECUZTHEIMAGEFADESINOVERITBUTITJITTERSABITWHENHORIZSIZEISCHANGINGINIE: SOGOBACKTOTHEORIGINALONEloading2; }*/
#outerImageContainer{ position: relative;                    Xborder: 1px solid black; Xbackground-color: rgb(255,233,203); background-color: #FFF; width: 250px; height: 250px; margin: 0 auto;     Xbackground-image: url(../../gfx/lightbox/loading.gif); Xbackground-repeat: no-repeat; Xbackground-position: center; THEBGIMAGEWORKSOKHEREANDISNICECUZTHEIMAGEFADESINOVERITBUTITJITTERSABITWHENHORIZSIZEISCHANGINGINIE: SOGOBACKTOTHEORIGINALONEloading2; }
#imageContainer{ padding: 10px; }

#loading2{ position: absolute; Xtop: 40%; top: 50%; left: 0%; Xheight: 25%; height: 50%; width: 100%; text-align: center; line-height: 0; margin-top: -16px; }
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#bottomNavPrevLink, #bottomNavNextLink{ float: right; outline: none; color: gray; padding-bottom: 9px; padding-right: 9px; }
#prevLink { left: 0; float: left; XALREADYINHERITSTHISoutline: none; position: relative; top: 10px; }
#nextLink { right: 0; float: right; XALREADYINHERITSTHISoutline: none; position: relative; top: 10px; }
#prevLink:hover, #prevLink:visited:hover { background: url(../../gfx/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../gfx/lightbox/nextlabel.gif) right 15% no-repeat; }

/*#imageDataContainer{ position: relative; left: 100px; Xborder: 1px solid black; Xborder-top: 0px; font: 10px Verdana, Helvetica, sans-serif; Xbackground-color: rgb(255,233,203); background-color: #FFF; margin: 0 auto; XTHISISTHEORIGLINEHEIGHTline-height: 1.4em; line-height: 1.2em; overflow: auto; width: 100%;	XTHISCAUSEDITTOGODOWNANDSPRINGBACKUPABITSOINSTEADPUTPADDINGONTWOBOTTOMITEMSpadding-bottom: 9px; }*/
#imageDataContainer{ position: relative;                      Xborder: 1px solid black; Xborder-top: 0px; font: 10px Verdana, Helvetica, sans-serif; Xbackground-color: rgb(255,233,203); background-color: #FFF; margin: 0 auto; XTHISISTHEORIGLINEHEIGHTline-height: 1.4em; line-height: 1.2em; overflow: auto; width: 100%;	XTHISCAUSEDITTOGODOWNANDSPRINGBACKUPABITSOINSTEADPUTPADDINGONTWOBOTTOMITEMSpadding-bottom: 9px; }

#imageData{	padding: 0 10px; Xmargin: 0px 10px; color: black; Xwidth: 100%; } /*NOTE: the width here is the key to having everything slide in for IE, as when this isn't set, anything that's floated will not slide in, but instead appears stationary -- BUT THEN IT DOESN'T WORK IN FF DUE TO THE padding/margin :S*/
#imageData #imageDetails{ width: 100%; Xfloat: left; text-align: left;       Xposition: relative; Xleft: 10px; Xmargin-right: 20px; } /*NOTE: WHOOHOO! GOT IT SLIDING PROPERLY ON BOTH IE AND FF BY PUTTING THE width: 100%; HERE AND ON bottomNav BELOW, INSTEAD OF ON imageData ABOVE, WHICH HAD RESULTED IN PROBS ON FF*/
#imageData #caption{ font-weight: bold;	}
#imageData #cap_medium{ float: left; Xline-height: 0.5em; line-height: 1em; } /*NOTE: in IE if an item is floated, it will not slide in like it does in FF and when it's not floated*/
#imageData #cap_size{ float: right; Xline-height: 0.5em; line-height: 1em; } /*NOTE: in IE if an item is floated, it will not slide in like it does in FF and when it's not floated*/
#imageData #cap_title{ font-weight: bold; display: block; text-align: center; clear: left; Xpadding: 0.5em 0; }
#imageData #cap_notes{ font-weight: bold; display: block; text-align: center; clear: left; line-height: 2em; }
#imageData #cap_album{ font-weight: normal; display: block; text-align: center; clear: left; line-height: 2em; }
#imageData #cap_soldtext{ font-weight: bold; display: block; text-align: center; clear: left; color: red; line-height: 2em; }
#imageData #numberDisplay{ float: left; Xpadding-top: 0.5em; color: gray; padding-bottom: 9px; } /*NOTE: in IE if an item is floated, it will not slide in like it does in FF and when it's not floated*/
#imageData #bottomNavClose{ Xwidth: 66px; float: right;  Xpadding-bottom: 0.7em; xCOOLOUTLINEGETSRIDOFTHEDOTTEDCLICKBORDERONTHINGS: nothing; outline: none; color: gray; padding-bottom: 9px; } /*NOTE: in IE if an item is floated, it will not slide in like it does in FF and when it's not floated*/

#bottomNav{ line-height: 1em; width: 100%;     Xposition: relative; Xleft: 10px; Xmargin-right: 20px; } /*NOTE: WHOOHOO! GOT IT SLIDING PROPERLY ON BOTH IE AND FF BY PUTTING THE width: 100%; HERE AND ON bottomNav BELOW, INSTEAD OF ON imageData ABOVE, WHICH HAD RESULTED IN PROBS ON FF*/

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
