$(document).ready(function() {

	$("a.zoom").fancybox({
		'autoDimensions'	: false,
		'width'         	:717,
		'height'			:655,
		'transitionOut'		: 'none',
		'centerOnScroll'	: true,
		'type'				: 'iframe'	
	});
	
	$("a.video").fancybox({
		'width'				: '75%',
		'height'			: '75%',
		'autoScale'			: true,				
		'transitionOut'		: 'none',
		'centerOnScroll'	: true,
		'centerOnScroll'	: true,
		'type'				: 'iframe'	
		});	
});





