
(function() {
	/* Klapp mechanismus */
	('.klapp').children(':not(.auf)')
			.css({cursor:'pointer'})
			.click(function() {
				(this).parent().children('.auf').slideToggle('fast');
			});
});

	$(document).ready(function(){
		$('#myGallery').galleryView({
			show_panels: true,
			panel_width: 900,
			panel_height: 200,
			overlay_position: 'bottom',
			show_captions: true,
			show_overlays: true,
			show_filmstrip: false,
			pause_on_hover: true,
			show_panel_nav: true,
			overlay_opacity: 0.6,
			frame_scale: 'crop'
		});
	});

	//$(document).ready(function(){
	//	$('#myGallery').galleryView({
	//		panel_width: 600,
	//		panel_height: 249,
	//		show_captions: true,
	//		show_overlays: true,
	//		frame_width: 295,
	//		frame_height: 78,
	//		pause_on_hover: true,
	//		show_panel_nav: true,
	//		show_filmstrip_nav: false,
	//		frame_scale: 'crop',
	//		filmstrip_position: 'right'
	//	});
	//});
	
			jQuery(function(){
			jQuery('ul.sf-menu').superfish();
		});
