document.domain = 'teatrosancarlo.it';

jQuery('#fancybox-wrap').attr('style', 'z-index:99999999 !important;');
jQuery('#fancybox-overlay').attr('style', 'z-index:999999 !important;');

function showlightbox(url,width,height) {


jQuery.fancybox(
		{

			'overlayColor' 		: '#333',
			'width'         	: width,
			'height'        	: height,
			'transitionIn'		: 'elastic',
			'transitionOut'		: 'elastic',
			'type'				: 'iframe',
			'href'				: url
		}
	);
}
