// Demo-Version Fancybox
jQuery(document).ready(function() {
	$("#tp").fancybox({
		'width'				: 1000,
		'height'			: 750,
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe',
		'hideOnOverlayClick': false
	});
});
