#hider { z-index: 2000; background-color: transparent; background-image: url(/images/popup_bg.png); }
#hider{ position: fixed; }
#popup_loading { position: absolute; }
#hider, #popup_loading { width: 100%; height: 100%; display: none; }
#popup_loading { z-index: 2001; background-image: url(/images/loading1.gif); background-position: center center; background-repeat: no-repeat; }

#popup { position: absolute; z-index: 2002; min-width: 250px; color: #3B2007; top: 0; left: 0; overflow: hidden; max-width: 830px; max-height: 830px; display: none; background-image: url('/images/popup_body_bg.png'); padding: 5px; }
#popup_title { font-size: 18px; padding-bottom: 5px; margin-bottom: 10px; border-bottom: 1px solid #FFFFFF; }

#popup_close, #popup_prev, #popup_next { position: absolute; top: 0; left: 0; width: 30px; height: 30px; background-position: center center; background-repeat: no-repeat; cursor: pointer; cursor: hand; display: none; }
#popup_close { z-index: 2003; background-image: url(/images/popup_close.png); }
#popup_next { z-index: 2004; background-image: url(/images/popup_next.png); }
#popup_prev { z-index: 2005; background-image: url(/images/popup_prev.png); }