/**
 * http://fancybox.net/example
 */
jQuery(document).ready(function() {

	jQuery("a#iframe").fancybox({
		'overlayShow'			: true,		
		'type'					: 'iframe',
		'speedIn'				: 600,
		'speedOut'				: 500,
		'easingIn'				: 'easeOutBack',
		'easingOut'				: 'easeInBack',
		'width'					: 720,
		'height'				: 570
	});		
	
	jQuery("a#inline").fancybox({		
		'hideOnContentClick': true,	
		'titleShow'		: false,
		'titlePosition'		: 'inside',
		'transitionIn'		: 'none',
		'transitionOut'		: 'none'

	});	

	jQuery("a#inline1").fancybox({	
		'hideOnContentClick': true,
		'width'					: 720,
		'height'				: 570
	});
		

	jQuery("a#agb").fancybox({
		'overlayShow'			: true,	
		'type'					: 'iframe',
		'speedIn'				: 650,
		'speedOut'				: 500,
		'easingIn'				: 'easeOutBack',
		'easingOut'				: 'easeInBack',
		'width'					: 720,
		'height'				: 570
	});

	
	jQuery("a#single_1").fancybox();
		
	jQuery("a#single_2").fancybox({
		'zoomOpacity'			: true,
		'overlayShow'			: false,
		'speedIn'				: 500,
		'speedOut'				: 500
	});
	
	jQuery("a#bigPic").fancybox({
		'overlayShow'			: false,
		'speedIn'			: 600,
		'speedOut'			: 500,		
		'transitionIn'	: 'elastic',
		'transitionOut'	: 'elastic',
		'easingIn'      : 'easeOutBack',
		'easingOut'     : 'easeInBack',	
		'titlePosition' 	: 'over',
		'hideOnContentClick': true,
		'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
		    return '<span id="fancybox-title-over">' + $('#bigPic').attr('name') +'</span>';
		}

	});
	
	$("a[rel=group]").fancybox({
		'overlayShow'			: false,
		'speedIn'			: 600,
		'speedOut'			: 500,
		'easingIn'				: 'easeOutBack',
		'easingOut'				: 'easeInBack',
		'titlePosition' 	: 'over',
		'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
		    return '<span id="fancybox-title-over">Bild ' +  (currentIndex + 1) + ' von ' + currentArray.length + ': ' + $('.group').attr('name') +'</span>';
		}
	});
	
	/*
	jQuery("a#singleTBM6_3").fancybox({
		'overlayShow'			: false,
		'speedIn'			: 600,
		'speedOut'			: 500,
		'easingIn'				: 'easeOutBack',
		'easingOut'				: 'easeInBack'
	});
	*/
	
	jQuery("a.googlemaps").fancybox({
		'callbackOnStart':function(){jQuery(".target").hide();}, 
		'hideOnContentClick': false,	
		'type'					: 'iframe',
		'width'			: 720,
		'height'		: 570
	});

});
