#fancybox-loading { position: fixed; top: 50%; left: 50%; width: 40px; height: 40px; margin-top: -20px; margin-left: -20px; cursor: pointer; overflow: hidden; z-index: 1104; display: none; }
#fancybox-content { background:url(../images/loader.gif) no-repeat center center; }
#fancybox-loading div { position: absolute; top: 0; left: 0; width: 40px; height: 480px; }

#fancybox-overlay { position: absolute; top: 0; left: 0; width: 100%; z-index: 1100; display: none; }
#fancybox-tmp { padding: 0; margin: 0; border: 0; overflow: auto; display: none; }

#fancybox-wrap { position: absolute; top: 0; left: 0; padding: 15px; z-index: 1101; outline: none; display: none; }
#fancybox-outer { position: relative; width: 100%; height: 100%; background: #fff; border:#e2e2e2 solid 5px; margin-left:-5px; }
#fancybox-content { width: 0; height: 0; padding: 0; outline: none; position: relative; overflow: hidden; z-index: 1102; border: 0px solid #fff; }

#fancybox-hide-sel-frame { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: transparent; z-index: 1101; }

#fancybox-close { position: absolute; top: 10px; right: 10px; width: 30px; height: 30px; background: transparent url(../images/close.png) no-repeat center center; cursor: pointer; z-index: 1103; display: none; }
#fancybox-close:hover { opacity:0.75; }

#fancybox-error { color: #444; font: normal 12px/20px Arial; padding: 14px; margin: 0; }

#fancybox-img { width: 100%; height: 100%; padding: 0; margin: 0; border: none; outline: none; line-height: 0; vertical-align: top; }
#fancybox-frame { width: 100%; height: 100%; border: none; display: block; }

#fancybox-left, #fancybox-right { position: absolute; bottom: 0px; height: 100%; width: 35%; cursor: pointer; outline: none; background: transparent url(../img/x.gif); z-index: 1102; display: none; }
#fancybox-left { left: 0px; }
#fancybox-right { right: 0px; }
#fancybox-left-ico, #fancybox-right-ico { position: absolute; top: 50%; left: 0px; width: 40px; height: 40px; margin-top: -20px; cursor: pointer; z-index: 1102; display: block; background-size:100% 100% !important; }

#fancybox-left-ico { background-image: url(../images/prev.png); }
#fancybox-right-ico { background-image: url(../images/next.png); left: auto; right: 0px; }
#fancybox-left:hover span, #fancybox-right:hover span { opacity:0.75; }
.fancybox-bg { display:none; }
#fancybox-title { text-align-last:center; margin:-40px 50px 0px 50px; position:relative; left:0px !important; z-index:10000; }
#fancybox-title table { width:100%; border-collapse:collapse; }