$(document).ready(function() {
	
	$("a.video").fancybox({
		'padding'		: 0,
		'autoScale'		: false,
		'transitionIn'	: 'none',
		'transitionOut'	: 'none',
		'width'			: 680,
		'height'		: 495,
		'type'			: 'swf',
		'swf'			: { 
			'wmode'				: 'transparent',
			'allowfullscreen'	: 'true',
			'autoplay'			: '1'
		}
	});

});

