$(document).ready(function()
{
	// Fancybox
	$("a#flippingbook").fancybox({
		'hideOnContentClick': false,
		'autoDimensions'	: false,
		'width'				: 750,
		'height'			: 625,
		'type'				: 'iframe'
	});
});
