#lightbox{display:none;}
#bg{filter:alpha(opacity=50); opacity:0.5; position:fixed; top:0; left:0; width:100%;height:100%; background:#000; z-index:9999998;}
#img_content{height:4px; width:4px; float:left; position:fixed; background:#fff; border:10px solid #000; top:50%; left:50%; z-index:99999999; -moz-box-shadow:0px 0px 10px #444; -o-box-shadow:0px 0px 10px #444; -khtml-box-shadow:0px 0px 10px #444; -webkit-box-shadow:0px 0px 10px #444; box-shadow:0px 0px 10px #444;}
#img_content img{ margin:0; padding:0;}
#img_content #thetitle{display:block; height:30px;line-height:30px; background:#000; padding:0 10px; filter:alpha(opacity=50); opacity:0.5; color:#fff;  font-size:12px; text-align:center; overflow:hidden; _overflow:hidden; text-overflow:ellipsis; white-space:nowrap; -moz-text-shadow:1px 1px 0px #000; -o-text-shadow:1px 1px 1px #000; -khtml-text-shadow:1px 1px 0px #000; -webkit-text-shadow:1px 1px 0px #000; text-shadow:1px 1px 0px #000; margin-top:-30px;}
#close {z-index:9991; position:relative;}
#close a{display:block; position:absolute; height:35px; width:35px; float:right; right:-23px; top:-23px; z-index:999999999;    cursor:pointer; background:url(close.png) center top no-repeat; 
}
#close a:hover{background:url(close.png) center -34px no-repeat;}
