$(document).ready(function() {	
	$("a.vid").fancybox({
		'hideOnContentClick': false,
		'frameWidth': 600,
		'frameHeight': 450
	});

});
