$(document).ready(function() {
	$(".free-newsletter").fancybox({
		'width'				: 645,
		'height'			: 380,
		'type'				: 'iframe'
	});
	$(".purchase-gift-vouchers").fancybox({
		'width'				: 620,
		'height'			: 520,
		'type'				: 'iframe'
	});
});
