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

#outerImageContainer{ position: relative; background-color: #fff; margin:0px auto; padding-bottom:20px;  }
#imageContainer{ padding: 10px; }

#loading{ top:50px; 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:0px; top:25px; }
#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 { left: 0; float: left;}
#nextLink { right: 0; float: right;}

/* Only display prev and next on mouse over 
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
*/

#prevLink { left:0px; float: left; background: url(/images/prevlabel.gif) left 50px no-repeat; }
#nextLink { right:0px; float: right; background: url(/images/nextlabel.gif) right 50px no-repeat; }

#txtDataContainer{ font-size:12px; font-familly:verdana; background-color: #fff; margin:0 auto; line-height: 1.1em; border:0px solid #000; z-index: 1200; }

#txtbottomNav  { display:block; height:25px; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; text-align:right; }
#txtData {	padding:10px 5px 10px 5px; color:#666; overflow:auto; z-index: 1200; }
#txtData #txtDetails { float:left; text-align:left; padding:0px 15px 10px 15px; z-index: 1200; }	
#txtData #txtcaption { font-weight: normal; width:100%;	}
#txtTitle { font-size:14px; display:block; float:left; padding:10px 0px 10px 5px; }			
#txtData #txtbottomNavClose { width:66px; float:right; outline: none;}	 	

#txtoverlay{ position: absolute; top:0px; left:0px; z-index:900; width:100%; height:0px; background-color:#000; opacity:0.5; filter:alpha(opacity=50); }
