	$(document).ready(function() {
	
		$('.AufklappInhalt').hide();
		
		$('.AufklappInhaltKopf').click(function() {
			$(this).next('.AufklappInhalt').toggle("blind", { direction: "vertical" }, 750);
			return false;
		});
	
	});
	
	jQuery(function($) {
		$('.nav').css('display','none');
		$('#kurz_gallery ul').galleria({ history:false,clickNext:false,insert:undefined,onImage:function() { $('.nav').css('display','block'); }});
		$('img.thumb').css('cursor','pointer');
	});