#ImgZoomPopup {position:fixed; display:none; width:0px; height:0px; z-index:100000;  left:0px; top:0px;}
#ImgZoomPopup .bgPanel{position:absolute; width:100%; height:100%; background-color:#000;}
#ImgZoomPopup .imgWrap{position:absolute; width:100%; height:100%;  }
#ImgZoomPopup .imgWrap .mainImg{position:absolute; }
#ImgZoomPopup .closeButtonWrap{position:absolute; right:7px; top:7px;}
#ImgZoomPopup .closeButtonWrap img{width:20px; height:20px;}