$(document).ready(function (){
	
	
	//Vimeo films
	$(".vimeo a").viewbox({
		widthWindow: 600,
		titleThumb: 0
	});
	
}); 

