div#fancy_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 300;
}

div#fancy_loading {
    position: absolute;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: none;
    overflow: hidden;
    background: transparent;
    z-index: 1000;
}

div#fancy_loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background: transparent url('img/fancy_progress.png') no-repeat;
}

div#fancy_outer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    padding: 60px 25px 24px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
    position: relative;
    width: 100%;
    height: 100%;
    background: #FFF;
}

div#fancy_content {
    margin: 0;
    z-index: 1000;
    position: absolute;
}

div#fancy_div {
    background: #000;
    color: #FFF;
    height: 100%;
    width: 100%;
    z-index: 1000;
}

img#fancy_img {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
}

div#fancy_close {
    position: absolute;
    height: 47px;
    width: 39px;
    background: url('img/fancy_closebox.png') top left no-repeat;
    cursor: pointer;
    z-index: 1810;
    display: none;
}

div#fancy_close:hover {
	background-position: 0 -47px;
}

#fancy_frame {
    position: relative;
    width: 100%;
    height: 100%;
    display: none;
}

#fancy_ajax {
    width: 100%;
    height: 100%;
    overflow: auto;
}

a#fancy_left, a#fancy_right, a#fancy_gallery, span.fancy_no_next, span.fancy_no_prev {
    position: absolute;
    bottom: 0px;
    height: 47px;
    width: 30px;
    cursor: pointer;
    z-index: 1110;
    display: none;
    background-image: url("data:image/gif;base64,AAAA");
    outline: none;
    overflow: hidden;
	border-right:1px solid #D6D6D6;
}
span.fancy_no_next, span.fancy_no_prev {cursor:default;}
a#fancy_gallery {
	left:0;
	top:-48px;
	width:37px;
	background: url(img/fancy_gallery.png) no-repeat;
	border-left:1px solid #D6D6D6;
	border-right:1px solid #D6D6D6;
}
a#fancy_gallery:hover {
	background-position:0 -47px;
}
.has_fg a#fancy_gallery {
	background-position:0 -94px;
}
.has_fg a#fancy_gallery:hover {
	background-position:0 -141px;
}
a#fancy_left, span.fancy_no_prev {
    left: 39px;
	top:-48px;
}

a#fancy_right, span.fancy_no_next {
    left: 70px;
	top:-48px;
}

span.fancy_ico {
    width: 30px;
    height: 47px;
    z-index: 1120;
    cursor: pointer;
    display: block;
}

span#fancy_left_ico, span.fancy_no_prev {
    background: transparent url('img/fancy_left.png') no-repeat;
}

span#fancy_right_ico, span.fancy_no_next {
    background: transparent url('img/fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
    background: transparent;
}

a#fancy_left:hover span {
    background-position: 0 -47px;
}

a#fancy_right:hover span {
    background-position: 0 -47px;
}

#fancy_bigIframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

div#fancy_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 700;
    border: 0;
    padding: 0;
    margin: 0;
}

div.fancy_bg {
    position: absolute;
    display: block;
    z-index: 700;
    border: 0;
    padding: 0;
    margin: 0;
}

div#fancy_bg_n {
    top: -60px;
    left: 0;
    width: 100%;
    height: 60px;
    background: transparent url('img/fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
    top: -60px;
    right: -25px;
    width: 25px;
    height: 60px;
    background: transparent url('img/fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
    right: -25px;
    height: 100%;
    width: 25px;
    background: transparent url('img/fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
    bottom: -24px;
    right: -25px;
    width: 25px;
    height: 24px;
    background: transparent url('img/fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
    bottom: -24px;
    left: 0;
    width: 100%;
    height: 24px;
    background: transparent url('img/fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
    bottom: -24px;
    left: -25px;
    width: 25px;
    height: 24px;
    background: transparent url('img/fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
    left: -25px;
    height: 100%;
    width: 25px;
    background: transparent url('img/fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
    top: -60px;
    left: -25px;
    width: 25px;
    height: 60px;
    background: transparent url('img/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
    position: absolute;
    z-index: 1000;
    display: none;
    bottom: 30px !important;
    left: 31px !important;
    top: auto !important;
}

div#fancy_title div {
    color: #FFF;
    font: 11px Arial;
    padding-bottom: 3px;
    white-space: nowrap;
}

div#fancy_title table {
    margin: 0 auto;
}

div#fancy_title table td {
    padding: 0;
    vertical-align: middle;
}

td#fancy_title_left {
    height: 26px;
    width: 12px;
    background: #171B1C;
    opacity: 0.9;
}

td#fancy_title_main {
    height: 26px;
    background: #171B1C;
    opacity: 0.9;
}

td#fancy_title_right {
    height: 26px;
    width: 12px;
    background: #171B1C;
    opacity: 0.9;
}

