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(../images/fancybox/fancy_progress.png) no-repeat;
}

div#fancy_close {
        position: absolute;
        bottom: -24px;
        right: -12px;
        height: 30px;
        width: 30px;
        background: transparent url(../images/fancybox/fancy_closebox.png) ;
        cursor: pointer;
        z-index: 100;
        display: none;
}

div#fancy_content {
        position: absolute;
        top: 0;
        left: 0;
        /*width: 100%;
        height: 100%;*/
        padding: 0;
        margin: 0;
        z-index: 96;
}

#fancy_frame {
        position: relative;
       /* width: 100%;
        height: 100%; */
        display: none;

}

img#fancy_img {
        position: absolute;
        top: 0;
        left: 0;
        /*width: 100%;
        height: 100%;*/
        padding: 0;
        margin: 0;
        z-index: 92;
        border: 1px solid #444;
}




div#fancy_title{
    display: none;
}





div#fancy_outer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 0px 0px 0px;
    margin: 0;
    overflow: visible;
    background: transparent;
    display: none;
}


div#fancy_inner {
        position: relative;
        width:100%;
        height:100%;
        border: 0px solid #444;
       /* background: #FFF; */
}










a#fancy_left, a#fancy_right {
        position: absolute;
        bottom: 10px;
        height: 100%;
        width: 35%;
        cursor: pointer;
        background-image: url(../images/fancybox/data:image/gif;base64,AAAA);
        z-index: 100;
}

a#fancy_left {
        left: 1px;
        outline:none;
}

a#fancy_right {
        right: -2px;
        outline:none;
}

a#fancy_left:hover {
        background: transparent url(../images/fancybox/fancy_left.gif) no-repeat 0% 100%;
}

a#fancy_right:hover {
        background: transparent url(../images/fancybox/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;
}

div.fancy_bg {
        position: absolute;
        display: block;
        z-index: 70;
}