.overlay-adv { width: 100%; height: 100%; top: 0; left: 0; position: fixed; z-index: 9999; display: none; }

.overlay-modal { opacity: 0.2; background: #000; width: 100%; height: 100%; top: 0; left: 0; position: fixed; z-index: 10000; }

.overlay-modal-img { width: 320px; height: 375px; position: absolute; left: 50%; top: 50%; margin-left: -160px; margin-top: -188px; z-index: 10001; }

.overlay-modal-img-close { width: 20px; height: 20px; position: absolute; top: 0; right: 0; z-index: 10002; background: #fff;}

#overlay-modal-img1{display: block;}

#overlay-modal-img2{display: none;}

