$(document).ready(function() {
	$(".iframe").fancybox({
		'width'				: 640,
		'height'			: 430,
		'autoScale'			: true,
		'autoDimensions'	: true,
		'overlayColor'		: '#fff',
		'overlayOpacity'	: 0.8,
		'type'				: 'iframe'
	});
});

