$(document).ready(function(){
		$('#fotos').galleryView({
			panel_width: 578,
			panel_height: 279,
			frame_width: 94,
			frame_height: 63,
			overlay_font_size: '0.8em',
			overlay_opacity: 0.3,
			overlay_height: 40,
			overlay_color: '#222',
			overlay_text_color: 'white',
			background_color: '#E3D9CD',
			border: 'thin solid black',
			nav_theme: 'frohmarkt',
			overlay_postion: 'bottom',
			easing: 'easeInOutQuad',
			transition_interval: 3000,
			fade_panels: true
		});
	});
