/* #overlay { position: fixed; top: 0; left: 0; z-index: 90; width: 100%; height: 100%; background-color: #000; } */
#imgZoom { position: absolute; left: 0; z-index: 100; text-align: center; line-height: 0; }
#imageContainer { position: relative; width: 250px; height: 250px; margin: 0; padding: 10px; background-color: #fff; background-image: url('../_gfx/loading.gif'); background-repeat: no-repeat; background-position: center center; }
#imgZoom img { width: auto; height: auto; border: none; }
#imgZoomBtnClose { position: absolute; top: -12px; left: -12px; z-index: 110; width: 24px; height: 24px; border: none; background-image: url('../_gfx/btn_close.gif'); background-repeat: no-repeat; background-position: center center; }

