$(document).ready(function() {	
	$("a.edit").fancybox({
		'hideOnContentClick': true,
		'hideOnOverlayClick': false
	});
	
	$(window).load(function () {
		$("a#popup").trigger('click');
	});
	
	$("a.book").fancybox({
		'hideOnContentClick': true,
		'hideOnOverlayClick': false
	});
	
	$("a.show_img").fancybox({
				    'autoScale'         : false,
				    'autoDimensions'    : true,
					'transitionIn'		: 'none',
					'transitionOut'		: 'none'
				});
	
//	$("a.show_img").fancybox();
	$("a.grow").fancybox();
	
	$("a.flarge").fancybox({
		'frameWidth':  650,
		'frameHeight': 450
	});
	
	$("a.fxlarge").fancybox({
		'frameWidth':  750,
		'frameHeight': 550
	});
	
	$("a.fvlarge").fancybox({
		'frameWidth':  950,
		'frameHeight': 650
	});
	
	$("a.fsmall").fancybox({
		'frameWidth':  280,
		'frameHeight': 180
	});
	
	$("a.fmedium").fancybox({
		'frameWidth':  300,
		'frameHeight': 230
	});
	
	$("a.refresher").fancybox({
		onCleanup : function() { 
							location.href = base_url + index_page + "/kundenbereich"; 
		                	}
	});
	
	$("a.flarge_tall").fancybox({
		'frameWidth':  370,
		'frameHeight': 450
	});
	
	$("a.spot").fancybox({
		'frameWidth':  850,
		'frameHeight': 480
	});
	
	$("a.flarge_xtall").fancybox({
		'frameWidth':  400,
		'frameHeight': 550
	});
	
	$("a.group").fancybox({
		'zoomSpeedIn':  300, 
		'zoomSpeedOut':	300, 
		'overlayShow':  false
	});
});