/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span
	{
	background-image: url('../../../../en/index31ad.html');
}

#fancybox-loading div {
	background: url('../../../../en/index31ad.html') center center no-repeat;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../../../../en/index31ad.html');
	/* helps IE */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 8040;
}

.fancybox-overlay {
	background: url('../../../../en/index31ad.html');
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
	(min-device-pixel-ratio: 1.5) {
	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span
		{
		background-image: url('../../../../en/index31ad.html');
		background-size: 44px 152px;
		/*The size of the normal image, half the size of the hi-res image*/
	}
	#fancybox-loading div {
		background-image: url('../../../../en/index31ad.html');
		background-size: 24px 24px;
		/*The size of the normal image, half the size of the hi-res image*/
	}
}