
/*
 *	Init Funktion für MultiMediagalerie beim CSI registrieren. 
 */
CSI.initFunctions.MMGInit = function(self) {
	$j("a.mggroup").fancybox({
		'hideOnContentClick'	: true,
		'zoomOpacity'			: true,
		'overlayShow'			: false,
		'zoomSpeedIn'			: 500,
		'zoomSpeedOut'			: 500,
		'frameWidth'			: 450,
		'frameHeight'			: 375
	});
};
