$(document).ready(function() {
	$("a.calculation").fancybox({
		'zoomSpeedIn'			:	500,
		'zoomSpeedOut'			:	500,
		'overlayShow'			:	true,
		'hideOnContentClick'	:	false,
		'frameWidth'			:	500,
		'frameHeight'			:	350,
		'imageScale'			:	true
	});
});