/*
 * 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
 */

 .xtd-body-fix {
 	overflow:hidden;
 	padding-right: 17px;
 }

#fancybox-outer-wrapper{
 	width:0;
 	height:0;
 }


#fancybox-overlay{
	display: none;
}

.xtd-mobile-caption-title{
    color: rgba(255,255,255,0.84);
}

.xtd-mobile-caption-number{
    margin-left: 10px;
    rgba(255,255,255,0.4);
}



#xtd-mobile-close-button {
    cursor: pointer;
    display: block;
    width: 62px;
    height: 62px;
    position: fixed;
    top: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    z-index: 19991;
}



a.xtdLightbox img {
	border:none;
}

 #fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1101;
	outline: none;
	display: none;
	margin-top:20px;
}


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


 #fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
	background: #fff;
}


 .fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}


.xtd-hide{
	display:none;
}

#fancybox-overlay{
    display: none;
}