jQuery(document).ready(function($) {

	$("a.fancybox").fancybox({
		'padding': 				5,
		'zoomSpeedIn':			300, 
		'zoomSpeedOut':			300,
		'zoomOpacity':  		true,
		'hideOnContentClick': 	true,
		'overlayShow':			true,
		'overlayOpacity':		0.6,
		'frameWidth': 			486,
		'frameHeight': 			472
	});

});

