$().ready(function() {
	$("a.fancybox").fancybox();
	$("a.watchVideo").fancybox({frameWidth:507,frameHeight:422,hideOnContentClick:false});
});