/* Start of CMSMS style sheet 'lightbox' */
#lightbox{position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;cursor:pointer;}
#lightbox a img{ border: none;  }

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


#loading{ position: absolute; top: 20%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: -45px; left: 0; height: 32px; 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; }

#prevLink {float: left;background: url(../img/lightbox/prev3.png) left top no-repeat;width:33px;height:32px;}
#prevLink:hover {background-position: 0 -32px;}

#nextLink {float: right;background: url(../img/lightbox/next3.png) right top no-repeat;width:33px;height:32px;}
#nextLink:hover {background-position: 0 -32px;}

#imageDataContainer{ font: 11px Arial, Verdana, Helvetica, sans-serif; background: none; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; padding-top:10px;}

#imageData{	padding:0px 0px; color: #fff;padding-top:0px; }
#imageData #imageDetails{ width: auto;  text-align: center; }	
#imageData #caption{ font-style: italic;padding-right:20px;font-size:22px;font-family:Georgia, "Times New Roman";}
#imageData #numberDisplay{ display: inline; clear: left; padding-bottom: 0px;padding-left:5px; color: #c0c0c0;}			
#imageData #bottomNavClose{ width: 25px;  padding-left: 20px; outline: none; height:32px; }	

#imageData #bottomNavClose img{ vertical-align:middle;padding-bottom:5px;}	 	 	

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

#overlay[id]{ /* IE6 and below Can't See This */
position:fixed;
} 
/* End of 'lightbox' */

