#hider { z-index: 2000; background-color: transparent; background-image: url(/images/background_popup_brutalblue.png); }

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

#popup { 
	position: absolute; z-index: 2002; color: #FFFFFF; top: 0; left: 0; overflow: hidden; max-height: 830px; display: none; padding: 5px; border: none; 
	box-shadow: 0px 0px 4px #DDD; -moz-box-shadow: 0px 0px 4px #DDD; -webkit-box-shadow: 0px 0px 4px #DDD; 
	background: #006FAC none;
}
.popup_base { min-width: 250px; max-width: 850px; }

#popup_title { margin: 0px; padding: 0px; border: none; }

#popup_title h1 { font-size: 18px; color: #FFFFFF; font-weight: normal; }

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