.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: 40px;
	background: #000 url(../images/loading.gif) center no-repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: auto;
	display: none;
	z-index: 8010;
	background: url(fancybox_overlay.png);
	background: #222;
	background: rgba(0,0,0,0.8) url(../images/b.product-texture-overlay.png) center
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-inner {
	/*height: auto !important;*/
	overflow: hidden !important;
}

.fancybox-close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	z-index: 1103;
	/*display: none;*/
	font-size: 13px;
	line-height: 28px;
	font-weight: 300;
	color: #4e4e4e;
}
.fancybox-close span {
	display: inline-block;
	*display: inline;
	zoom: 1;
	color: #fff;
	color: rgba(255,255,255,0.87);
	text-align: center;
	font: 17px/28px Arial, Helvetica, sans-serif;
	width: 28px;
	height: 28px;
	background: #da2128;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	-o-border-radius: 28px;
	-ms-border-radius: 28px;
	border-radius: 28px;
	margin-left: 10px;
}
.fancybox-close:hover span { background: #000 }

.fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
}

.fancybox-skin {
	background: #fff;
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}
.fancybox-skin.asset {
	padding: 50px 20px 20px !important;
}

.fancybox-title-inside-wrap {
	text-align: left;
	color: #000;
	background: white;
	position: absolute;
	top: 0;
	height: 49px;
	line-height: 50px;
	font-size: 19px;
	font-weight: 500;
}
