/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
*/

#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-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background-image: url('fancybox.png');
}

#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: 20px;
    z-index: 1101;
    outline: none;
    display: none;
}

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
}

#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;
    right: -110px;
    top: -18px;
    height: 30px;
    width: 30px;
    background: url("../img/fansy-close.png") top left no-repeat;
    cursor: pointer;
    z-index: 3000;
    display: none;
}

#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: 100px;
    cursor: pointer;
    outline: none;
    z-index: 1102;
    display: none;
}

#fancybox-left {
    left: -100px;
}

#fancybox-right {
    right: -100px;
}

#fancybox-left-ico, #fancybox-right-ico {
    cursor: pointer;
    display: block;
    height: 63px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 63px;
    left: 17px;
    z-index: 231;
}

#fancybox-left-ico {
    background: transparent url("../img/arrow-slider.png") no-repeat 0 -63px;
}

#fancybox-right-ico {
    background: transparent url("../img/arrow-slider.png") no-repeat 0 0;
}

a#fancybox-left-ico:hover {
    visibility: visible;
}

a#fancybox-right-ico:hover {
    visibility: visible;
}

a#fancybox-left:hover span {
    height: 83px;
    width: 83px;
    left: 7px;
    margin-top: -35px;
    background: transparent url("../img/arrow-slider.png") no-repeat -63px -83px;
}

a#fancybox-right:hover span {
    height: 83px;
    width: 83px;
    left: 7px;
    margin-top: -35px;
    background: transparent url("../img/arrow-slider.png") no-repeat -63px 0;
}

#fancybox-left-ico:hover, #fancybox-right:hover {
    visibility: visible; /* IE6 */
}

#fancybox-left-ico:hover span {
    left: 20px;
}

#fancybox-right-ico:hover span {
    left: auto;
    right: 20px;
}

.fancybox-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    width: 20px;
    height: 20px;
    z-index: 1001;
}
#fancybox-bg-n {
    height: 29px;
    top: -29px;
    width: 100%;
    background: transparent url('../img/fancy_shadow_n.png') repeat-x;
}

#fancybox-bg-ne {
    height: 29px;
    right: -119px;
    top: -29px;
    width: 119px;
    background: transparent url('../img/fancy_shadow_ne.png') no-repeat;
}

#fancybox-bg-e {
    height: 100%;
    right: -120px;
    width: 120px;
    background: transparent url('../img/fancy_shadow_e.png') repeat-y;
}

#fancybox-bg-se {
    bottom: -31px;
    height: 31px;
    right: -119px;
    width: 119px;
    background: transparent url('../img/fancy_shadow_se.png') no-repeat;
}
#fancybox-bg-s {
    bottom: -31px;
    height: 31px;
    width: 100%;
    background: transparent url('../img/fancy_shadow_s.png') repeat-x;
}

#fancybox-bg-sw {
    bottom: -31px;
    height: 31px;
    left: -119px;
    width: 119px;
    background: transparent url('../img/fancy_shadow_sw.png') no-repeat;
}

#fancybox-bg-w {
    height: 100%;
    left: -120px;
    width: 120px;
    background: transparent url('../img/fancy_shadow_w.png') repeat-y;
}

#fancybox-bg-nw  {
    height: 29px;
    left: -119px;
    top: -29px;
    width: 119px;
    background: transparent url('../img/fancy_shadow_nw.png') no-repeat;
}

.fancybox-title-outside {
    position: absolute;
    bottom: -37px;
    left: 0;
    width: 100%;
    z-index: 200;
    display: none;
}

#fancybox_title div {
    color: #fff;
    font-size: 13px;
    padding-bottom: 4px;
}

#fancybox-title-float-wrap {
    margin: 0 auto;
}

#fancybox-title-float-wrap td {
    padding: 0;
    vertical-align: middle;
}

#fancybox-title-float-leftt {
    height: 32px;
    width: 15px;
    background: transparent url("../img/fancy_title_left.png") repeat-x;
}

#fancybox-title-float-main {
    height: 32px;
    background: transparent url("../img/fancy_title_main.png") repeat-x;
}

#fancybox-title-float-right {
    height: 32px;
    width: 15px;
    background: transparent url("../img/fancy_title_right.png") repeat-x;
}
#fancybox-title-inside {
    color: #2a2a2a;
    font-size: 14px;
    display: block;
    padding: 5px 10px 10px 0;
}