$(document).ready( function() {	
	$(".popup").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600,
		'speedOut'		:	200, 
		'frameWidth' 	:	800,
		'frameHeight'	:	700,
		'overlayShow'	:	true,
		'padding'		: 	0,
		'hideOnContentClick'	: 	false
	});
});
