div#fancy_overlay { background-color: #000; left: 0; position: absolute; top: 0; width: 100%; z-index: 90; }
div#fancy_loading { background: transparent; cursor: pointer; display: none; height: 40px; overflow: hidden; position: absolute; width: 40px; z-index: 100; }
div#fancy_loading div { background: transparent url(fancy_progress.png) no-repeat; height: 480px; left: 0; position: absolute; top: 0; width: 40px; }
div#fancy_close { background: transparent url(fancy_closebox.png); cursor: pointer; display: none; height: 30px; position: absolute; right: -12px; top: -12px; width: 30px; z-index: 100; }
div#fancy_content { height: 100%; left: 0; margin: 0; padding: 0; position: absolute; top: 0; width: 100%; z-index: 96; }
div#fancy_outer { background: transparent; display: none; left: 0; margin: 0; overflow: hidden; padding: 18px 18px 58px 18px; position: absolute; top: 0; z-index: 90; }
div#fancy_inner { background: #FFF; border: 1px solid #444; height: 100%; position: relative; width: 100%; }

#fancy_frame { display: none; height: 100%; position: relative; width: 100%; }
img#fancy_img { border: 0; height: 100%; left: 0; margin: 0; padding: 0; position: absolute; top: 0; width: 100%; z-index: 92; }

a#fancy_left, a#fancy_right { background-image: url(data:image/gif;base64,AAAA); bottom: 10px; cursor: pointer; height: 100%; position: absolute; width: 35%; z-index: 100; }
a#fancy_left { left: 0; }
a#fancy_right { right: 0; }
#fancy_bigIframe, #fancy_freeIframe { height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 10; }

div.fancy_bg { display: block; position: absolute; z-index: 70; }
div.fancy_bg_n { background: transparent url(fancy_shadow_n.png) repeat-x; height: 18px; top: -18px; width: 100%; }
div.fancy_bg_ne { background: transparent url(fancy_shadow_ne.png) no-repeat; height: 18px; right: -13px; top: -18px; width: 13px; }
div.fancy_bg_e { background: transparent url(fancy_shadow_e.png) repeat-y; height: 100%; right: -13px; width: 13px; }
div.fancy_bg_se { background: transparent url(fancy_shadow_se.png) no-repeat; bottom: -18px; height: 18px; right: -13px; width: 13px; }
div.fancy_bg_s { background: transparent url(fancy_shadow_s.png) repeat-x; bottom: -18px; height: 18px; width: 100%; }
div.fancy_bg_sw { background: transparent url(fancy_shadow_sw.png) no-repeat; bottom: -18px; height: 18px; left: -13px; width: 13px; }
div.fancy_bg_w { background: transparent url(fancy_shadow_w.png) repeat-y; height: 100%; left: -13px; width: 13px; }
div.fancy_bg_nw { background: transparent url(fancy_shadow_nw.png) no-repeat; height: 18px; left: -13px; top: -18px; width: 13px; }
