﻿
#lightbox{ background-color:#fff; padding: 10px; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; position:relative; }
#lightbox * { zoom:1; }
#lightboxDetails{ font-size: 0.8em; padding-top: 0.4em; }
#lightboxCaption{ float: left; }
#keyboardMsg{ position:relative; }
#keyboardMsg a { position:absolute; display:block; height:45px; width:45px; top:-542px; right:-28px; background:url("../images/close.png") 0 0 no-repeat; text-indent:-7777px; }
#closeButton{ top: 5px; right: 5px; }
#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }
#overlay{ background:#000; opacity: .40; filter: alpha(opacity=40); -ms-filter: "alpha(opacity=40)"; }
