﻿#lightbox {
   background-color:#fff;
   padding: 10px;
   display:none;
   position: absolute;
   top:50%;
   left:50%;
   z-index:100; }
   
   #lightbox[id] { /* IE6 and below Can't See This */
      position:fixed; }
	
	#lightbox img {
      border: 1px solid #ccc;
      cursor:pointer; 
      clear: both; }
	
#lightboxDetails {
	font-size: 1.2em;
	padding-top: 0.4em; }
		
#lightboxCaption {
   float: left;
   width:85%; }

#keyboardMsg {
   float: right;
   height:16px; }
   
#closeButton {
   bottom: 5px;
   right: 10px; }

#overlay, .overlay {
   display:none;
   position:absolute;
   top:0;
   left:0;
   width:100%;
   height:100%;
   z-index:50;   
   background-color:#000;
   -moz-opacity: 0.8;
   opacity:.80;
   filter:alpha(opacity=80); }

   #overlay img, .overlay img {
      border: none; }
    
#overlay[id], .overlay[id] { /* IE6 and below Can't See This */
   position:fixed; }
