#lightbox { position: absolute; left: 0; top: 0; width: 100%; z-index: 100; text-align: center; }

#lb_container { position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }

#lb_loading { position: absolute; top: 50%; left: 50%; text-align: center; line-height: 0; margin-left: -11px; margin-top: -11px; }  

#lb_content { padding: 10px; }

#lb_control { height: 25px; margin-left: 10px; margin-right: 10px; text-align: left; font-size: 12px; font-family: Arial, Helvetica, sans-serif; }

#overlay { position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-image: url(images/overlay.png); }

#lb_title { color: #7a7a7a; height: 16px; }

#lb_cc { color: #a7a7a7; height: 16px; }