// JavaScript Document


$(document).ready(function() {
	$(".vimeo").fancybox({
				'width'				: 640,
				'height'			: 360,
				'padding'			: 0,				
				'autoScale'			: false,
				'type'				: 'iframe',
				'titleShow'			: false
	});
});
