div#fancy_overlay {position: fixed;top: 0; left: 0; width: 100%; height: 100%; display: none; background-color:#000; z-index: 30;}
* html div#fancy_overlay { position: absolute; height: expression(document.body.scrollHeight > document.body.offsetHeight ?
  document.body.scrollHeight : document.body.offsetHeight + 'px'); }
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('../site_assets/images/fancybox/fancy_progress.png') no-repeat; }
div#fancy_loading_overlay { position: absolute; background-color: #FFF; z-index: 30; }
div#fancy_outer { position: absolute; top: 0; left: 0; z-index: 90; padding: 20px 20px 40px 20px; margin: 0; background:transparent; display: none; }
div#fancy_inner { position: relative; width:90%; height:90%; border:none; background: #FFF; }
.fancy_bigIframe { position: absolute; top: 0; left: 0; width: 0; height: 0; background: transparent;display:none;}
div#fancy_content { margin: 0; z-index: 100; position: absolute; }
div#fancy_div { background: #000; color: #FFF; height: 100%; width: 100%; z-index: 100; }
img#fancy_img { position: absolute; top: 0; left: 0; border:0; padding: 0; margin: 0; z-index: 100; width: 100%; height: 100%; }
div#fancy_close { position: absolute; top:10px; right:10px; height: 30px; width: 65px; background: url('../site_assets/images/fancybox/fancy_closebox.jpg') top left no-repeat #fff; cursor: pointer; z-index: 200; display: none; }
a#fancy_left, a#fancy_right { position: absolute; bottom: -17px; height: 50%; width: 35%; cursor: pointer; z-index: 150; display:none; background-image: url("data:image/gif;base64,AAAA"); outline: none; overflow: hidden; }
a#fancy_left { left: 10px; }
a#fancy_right { right: 10px; }
span.fancy_ico {position: absolute; bottom:0;width:20px; height: 20px; z-index: 150; cursor: pointer;display: block; }
span#fancy_left_ico {left:0;background: transparent url('../site_assets/images/fancybox/fancy_left.png') no-repeat; }
span#fancy_right_ico {right:0;background: transparent url('../site_assets/images/fancybox/fancy_right.png') no-repeat; }
div#fancy_title {position: absolute; bottom: -25px; left:0; width: 100%; z-index: 100; display: none; background-color:#FFF; }
div#fancy_title div {color:#666666; padding:10px 40px;text-align:center;}
div#fancy_title table {margin: 0 auto;}
div#fancy_title table td {padding: 0;vertical-align: middle;}
td#fancy_title_left {display:none;}
td#fancy_title_main {}
td#fancy_title_right {display:none;}