#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:484px;
  height:251px;
  display:none;
  z-index:9999;
  padding:0px;
}

#boxes .window img {
	width:484px;
  height:251px;
}

#boxes #dialog {
	width: 484px;
  height: 251px;
  padding: 0px;
  background-color: #ffffff;
}