
$(document).ready(function() {
 $("a.overlay-flash").fancybox({
 'padding'                : 0,
 'autoScale'		: false,
 'zoomOpacity'            : true,
 'zoomSpeedIn'            : 500,
 'zoomSpeedOut'            : 500,
 'transitionIn'	: 'none',
	'transitionOut'	: 'none',
 'overlayOpacity'        : 0.75,
 'overlayColor'          : '#000',
 'width'            : '770',
 'height'            : '480',
 'centerOnScroll'		: true,
 'autoDimensions'        : true,
 'hideOnContentClick'    : false,
// 'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
 'type'			: 'swf',
 'swf'			: {
			   	 'wmode'		: 'transparent',
				'allowfullscreen'	: 'true'
			}
 });
});


