// Xooh Document Ready Start
$(document).ready(function() {
    		    
    // Xooh Fancybox start
    $(".jqfancybox").fancybox({
		'hideOnContentClick': false,
		'zoomOpacity'			: true,
		'overlayShow'			: true,
		'zoomSpeedIn'			: 600,
		'zoomSpeedOut'			: 500
	});
	
	$("a.group").fancybox({
		'hideOnContentClick': false,
		'frameWidth'		: 600,
		'frameHeight'		: 500,
		'easingIn'				: 'easeOutBack',
		'easingOut'				: 'easeInBack'
	});
	
	$("a[rel=example_group]").fancybox({
		'zoomOpacity'			: true,
		'overlayShow'			: true,
		'zoomSpeedIn'			: 600,
		'zoomSpeedOut'			: 500,
		'transitionIn'	: 'elastic',
		'transitionOut'	: 'elastic',
		'easingIn'      : 'easeOutBack',
		'easingOut'     : 'easeInBack'
		/*
		'titlePosition' 	: 'over',
		'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
		    return '<span id="fancybox-title-over">Bilder ' +  (currentIndex + 1) + ' / ' + currentArray.length + '</span>';
		}
		*/
	});
	
	
	$("#flipbook").fancybox({
	    'padding'           : 0,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'autoScale'     	: false,
		'type'				: 'iframe',
		'width'				: 870,
		'height'			: 670,
		'scrolling'   		: 'no'


	});


	// Xooh Fancybox end


});