html, body {
height: 100%;
}

#fancy_overlay, #fancy_overlay_video {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
display: none;
z-index: 30;
}

#fancy_wrap, #fancy_wrap_video {
text-align: left;
}

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

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

#fancy_loading_overlay, #fancy_loading_overlay_video {
position: absolute;
background-color: #FFF;
z-index: 30;
}

#fancy_loading_icon, #fancy_loading_icon_video {
position: absolute;
background: url(../images/fancybox/fancy_loading.gif) no-repeat;
z-index: 35;
width: 16px;
height: 16px;
}

#fancy_outer, #fancy_outer_video {
position: absolute;
top: 0;
left: 0;
z-index: 90;
padding: 18px 18px 33px 18px;
margin: 0;
overflow: hidden;
background: transparent;
display: none;
}

#fancy_inner, #fancy_inner_video {
position: relative;
width:100%;
height:100%;
border: 1px solid #BBB;
background: #FFF;
}

#fancy_content, #fancy_content_video {
margin: 0;
z-index: 100;
position: absolute;
}

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

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

#fancy_close, #fancy_close_video {
position: absolute;
top: -12px;
right: -15px;
height: 30px;
width: 30px;
background: url(../images/fancybox/fancy_closebox.png) top left no-repeat;
cursor: pointer;
z-index: 181;
display: none;
}

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

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

#fancy_left, #fancy_right, #fancy_left_video, #fancy_right_video {
position: absolute;
bottom: 0px;
height: 100%;
width: 35%;
cursor: pointer;
z-index: 111;
display: none;
background-image: url(data:image/gif;base64,AAAA);
outline: none;
}

#fancy_left, #fancy_left_video {
left: 0px;
}

#fancy_right, #fancy_right_video {
right: 0px;
}

.fancy_ico {
position: absolute;
top: 50%;
margin-top: -15px;
width: 30px;
height: 30px;
z-index: 112;
cursor: pointer;
display: block;
}

#fancy_left_ico, #fancy_left_ico_video {
left: -9999px;
background: transparent url(../images/fancybox/fancy_left.png) no-repeat;
}

#fancy_right_ico, #fancy_right_ico_video {
right: -9999px;
background: transparent url(../images/fancybox/fancy_right.png) no-repeat;
}

#fancy_left:hover, #fancy_left_video:hover {
visibility: visible;
}

#fancy_right:hover, #fancy_right_video:hover {
visibility: visible;
}

#fancy_left:hover span {
left: 20px;
}

#fancy_left_video:hover span {
left: -17px;
}

a#fancy_right:hover span, a#fancy_right_video:hover span {
right: 20px;
}

a#fancy_right_video:hover span {
right: -17px;
}

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

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

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

.fancy_bg_n {
top: -18px;
width: 100%;
height: 18px;
background: transparent url(../images/fancybox/fancy_shadow_n.png) repeat-x;
}

.fancy_bg_ne {
top: -18px;
right: -13px;
width: 13px;
height: 18px;
background: transparent url(../images/fancybox/fancy_shadow_ne.png) no-repeat;
}

.fancy_bg_e {
right: -13px;
height: 100%;
width: 13px;
background: transparent url(../images/fancybox/fancy_shadow_e.png) repeat-y;
}

.fancy_bg_se {
bottom: -18px;
right: -13px;
width: 13px;
height: 18px;
background: transparent url(../images/fancybox/fancy_shadow_se.png) no-repeat;
}

.fancy_bg_s {
bottom: -18px;
width: 100%;
height: 18px;
background: transparent url(../images/fancybox/fancy_shadow_s.png) repeat-x;
}

.fancy_bg_sw {
bottom: -18px;
left: -13px;
width: 13px;
height: 18px;
background: transparent url(../images/fancybox/fancy_shadow_sw.png) no-repeat;
}

.fancy_bg_w {
left: -13px;
height: 100%;
width: 13px;
background: transparent url(../images/fancybox/fancy_shadow_w.png) repeat-y;
}

.fancy_bg_nw {
top: -18px;
left: -13px;
width: 13px;
height: 18px;
background: transparent url(../images/fancybox/fancy_shadow_nw.png) no-repeat;
}

#fancy_title, #fancy_title_video {
position: absolute;
bottom: -33px;
left: 0;
width: 100%;
z-index: 100;
display: none;
}

#fancy_title div, #fancy_title_video div {
background:transparent;
color:#fff;
font: bold 12px Arial;
padding-bottom: 3px;
}

#fancy_title table, #fancy_title_video table {
margin: 0 auto;
}

#fancy_title table td, #fancy_title_video table td {
padding: 0;
vertical-align: middle;
border:none;
}

#fancy_title_left, #fancy_title_left_video {
height: 32px;
width: 15px;
background: transparent url(../images/fancybox/fancy_title_left.png) repeat-x;
}

#fancy_title_main, #fancy_title_main_video {
height: 32px;
background: transparent url(../images/fancybox/fancy_title_main.png) repeat-x;
}

#fancy_title_right, #fancy_title_right_video {
height: 32px;
width: 15px;
background: transparent url(../images/fancybox/fancy_title_right.png) repeat-x;
}