jQuery(function($) {

	$(".video").fancybox( {
			'width'			: 853,
			'height'		: 480
		});

		return false;

});

