

$(document).ready(function() {

			
// Vimeo popups from the homepage etc 
// Fetches a static html page where the iframe is embedded
	$('a.vimeo-pop').fancybox({
		'width'				: 707,
		'height'			: 384,
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'overlayColor'		: '#000',
		'overlayOpacity'	: 0.9,
		'transitionOut'		: 'none',
		'allowfullscreen'	: 'true'
	});	
	
	
});
