$(document).ready(function() {
	$("a.popup").fancybox({
	'overlayShow'			: true,
//	'zoomSpeedOut'			: 500,
//	'easingOut'				: 'easeInBack',
//	'easingIn'				: 'easeOutBack',
//	'zoomSpeedIn'			: 600,
	'hideOnContentClick': false

});
		$("a.iframe").fancybox({
		'frameWidth'    : 800,
		'frameHeight'   : 540,
//		'easingIn'		: 'easeOutBack',
//		'zoomSpeedIn'	: 600,
//		'zoomSpeedOut'	: 500,
//		'easingOut'		: 'easeInBack',
		'overlayShow'	: true
		});
	});