$(function() {
	
	$(".fancy").fancybox({
		'width'             : 650,
		'height'            : 387,
		'type'              : 'iframe',
		'hideOnContentClick': true
	});
	
	$(".fancyImg").fancybox({
	});
	
});

