$(document).ready(function() {
	create_fnacybox_a_youtube_fancybox();
});

function create_fnacybox_a_youtube_fancybox () {
	$("a.youtube_fancybox").fancybox({
		'padding'		: 0,
		'autoScale'		: false,
		'transitionIn'	: 'elastic',
		'transitionOut'	: 'fade',
		'title'			: this.title,
		'titleShow'		: false,
		'width'			: 680,
		'height'		: 495,
		'href'			: this.href,
		'type'			: 'swf',
		'centerOnScroll':	true,
		'swf'			: {
			 'wmode'		: 'transparent',
			'allowfullscreen'	: 'true'
		}
	});
}
