$(function(){
	$("a[href*=promo_video], a.mar-20").fancybox({
		frameWidth : 549,
		frameHeight	: 302,
		hideOnContentClick : false
	});
});