// JavaScript Document
jQuery(document).ready(function(jQuery) {	
	
	jQuery(".link.video a").fancybox({
		'padding'			: 0,
		'margin'			: 0,
		'width'			: 640,
		'height'			: 360,
		'autoScale'			: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
	
});
