/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */


.fancybox-close {
/*
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
*/

    position: absolute;	
	top: -5px;
	right: -5px;
	width: 11px;
	height: 11px;
	z-index: 8040;
	background-image: url('btn_close.png');


}




.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: visible; /* hidden; */
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */


/* Title helper */


/*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-prev span, .fancybox-next span { /* 	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span */
		background-image: url('fancybox_sprite@2x.png'); /* 		background-image: url('fancybox_sprite@2x.png'); */
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}