$(document).ready(function () {
	$('.popup').fancybox({
		width: 700,
		height: 540,
		padding:  0,
//		'autoScale'			: false,
		transitionIn: 'elastic',
		transitionOut: 'elastic',
		'type'				: 'iframe'
	});

});
