jQuery.noConflict();

jQuery(document).ready(function() 
{
	//jQuery(document).pngFix(); 
	
	(function($)
	{
		$("a.group").fancybox(
		{ 
			'hideOnContentClick'	: true,
			'zoomOpacity'			: true,
			'overlayShow'			: false,
			'zoomSpeedIn'			: 500,
			'zoomSpeedOut'			: 500
		}); 
	})(jQuery);
	 
	 
	(function($)
	{
		$("a.fancyFlash").fancybox(
		{ 
			'hideOnContentClick'	: false,
			'overlayShow'			: false,
			'frameWidth'			: 640,
			'frameHeight'			: 390
		});
	})(jQuery);
});
