$(document).ready(function() {
	$("a.overlay-flash").fancybox({
			'padding'		: 0,
			'autoScale'		: false,
			'transitionIn'	: 'fade',
			'transitionOut'	: 'fade',
			'width'		: 700,
			'height'		: 500,
			'type'			: 'swf',
			'swf'			: {
			   	 'wmode'		: 'transparent'}

	})
});

$(document).ready(function() {
	$("a.overlay-flash2").fancybox({
		'overlayOpacity'        : 0.7,
		'overlayColor'          : '#000',
		'centerOnScroll'		: true,
		'hideOnContentClick'    : true,
		'hideOnOverlayClick'	: true,
		'autoDimensions'        : true,
		'padding'		        : 0,
		'transitionIn'			: 'fade',
		'transitionOut'			: 'fade'
	})
});
