// fancybox for brochures
$(document).ready(function() {
	$(".show-brochure").fancybox({
		'width'			: 930,
		'height'		: 700,
		'autoScale'	: false,
		'type'			: 'iframe'
	});
});
