


div#fancy_overlay {
 position:absolute;
 top: 0;
 left: 0;
 z-index: 90;
 width: 100%;
 background-color: #333;
}
div#fancy_loading {
 position: absolute;
 height: 40px;
 width: 40px;
 cursor: pointer;
 display: none;
 overflow: hidden;
 background: transparent;
 z-index: 100;
}
div#fancy_loading div {
 position: absolute;
 top: 0;
 left: 0;
 width: 40px;
 height: 480px;
 background: transparent url(fancy_progress.png) no-repeat;
}
div#fancy_close {
 position: absolute;
 color: #3f3f3f;
 top: 7px;
 right: 7px;
 background: url(../_img/layout/fancy_close.gif) right 4px no-repeat;
 padding-right: 12px;
 font: normal 11px georgia, sans-serif;
 cursor: pointer;
 z-index: 100;
 display: none;
}
div#fancy_content {
 position: relative;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 padding: 0; 
 margin: 0;
 z-index: 96;
 background: white;
}
#fancy_frame {
 position: relative;
 width: 100%;
 height: 100%;
 display: none;
}
img#fancy_img {
 position: relative;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 border:0; 
 padding: 0; 
 margin: 0;
 z-index: 92;
}
div#fancy_title {
 font: normal 11px georgia, sans-serif;
 position: absolute;
 top: 7px;
 left: 7px;
 width: 100%;
 z-index: 100;
 display: none;
}

div#fancy_outer {
 position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 0px 16px 40px 0;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}
div#fancy_inner {
 position: relative;
 width:100%;
 height:100%;
 background: #FFF;
 padding-top: 28px;
 padding-left: 4px;
 padding-right: 4px;
 padding-bottom: 4px;
 border: 1px solid #e3e3e3;
 z-index: 5555;
}
a#fancy_left, a#fancy_right {
 position: absolute; 
 bottom: 10px; 
 height: 100%; 
 width: 35%; 
 cursor: pointer;
 background-image: url(data:image/gif;base64,AAAA);
 z-index: 100; 
}
a#fancy_left {
 left: 0px; 
}
a#fancy_right {
 right: 0px; 
}
a#fancy_left:hover {
 background: transparent url(fancy_left.gif) no-repeat 0% 100%;
}
a#fancy_right:hover {
 background: transparent url(fancy_right.gif) no-repeat 100% 100%;
}
#fancy_bigIframe, #fancy_freeIframe {
 position:absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 10;
}
div#fancy_bg {
 display: none !important;
}
 
div.fancy_bg {
 position: absolute;
 display: block;
 z-index: 70;
}
div.fancy_bg_n {
 top: -18px;
 width: 100%;
 height: 18px;
 background: #e5e5e5;
 display: none;
}
div.fancy_bg_ne {
 top: 8px;
 right: -6px;
 width: 6px;
 height: 20px;
 background: #e5e5e5;
}
div.fancy_bg_e {
 right: -6px;
 height: 100%;
 width: 6px;
 background: #e5e5e5;
 top: 6px;
}
div.fancy_bg_se {
 bottom: -18px;
 right: -13px;
 width: 13px;
 height: 18px;
 background: #e5e5e5;
 display: none;
}
div.fancy_bg_s {
 bottom: -6px;
 width: 100%;
 height: 6px;
 background: #e5e5e5;
 
}
div.fancy_bg_sw {
 bottom: -18px;
 left: -13px;
 width: 13px;
 height: 18px;
 background: #e5e5e5;
 display: none;
}
div.fancy_bg_w {
 left: -13px;
 height: 100%;
 width: 13px;
 background: #e5e5e5;
 display: none;
}
div.fancy_bg_nw {
 top: -18px;
 left: -13px;
 width: 13px;
 height: 18px;
 background: #e5e5e5;
 display: none;
}

#fancy_shadow1 {
 position: absolute;
 right: 0;
 top: 6px;
 background: #e5e5e5;
 width: 6px;
 height: 100%;
 }

#fancy_shadow2 {
 position: absolute;
 left: 6px;
 bottom: 0;
 background: #e5e5e5;
 height: 6px;
 width: 100%;
 }
* html #fancy_shadow1 {
 right: -1px;
 }
* html #fancy_shadow2 {
 left: auto;
 right: 0;
 }
*:first-child+html #fancy_shadow1 {
 height: 200%;
 }

div#fancy_close {background-image: url(/_img/layout/fancy_close.gif);}


