	// jQuery Funktionen
	$(document).ready(function(){ 
		// Gallery
		$('#photos').galleryView({
			panel_width:        897,
			panel_height:       470,
			frame_width:        130,
			frame_height:       90,
			overlay_height:     50,
			transition_speed:   'slow',
			nav_theme:          'dark',
			show_captions:      true,
			background_color:   'white',
			overlay_opacity:    0,
			overlay_text_color: '#000000',
			caption_text_color: '#000000',
			border:             'none',
			pause_on_hover:     true
		});
	});
