	$(document).ready(function(){		
		$('#photos').galleryView({
			panel_width: 644,
			panel_height: 400,
			frame_width: 106,
			frame_height: 70,
			overlay_height: 75,
			transition_speed: 1200,
			background_color: '#ededed',
			overlay_text_color: '#787878',
			overlay_opacity: '0.7',
			overlay_color: 'white',
			border: '1px solid #ededed',
			easing: 'easeInOutBack',
			pause_on_hover: false,
			nav_theme: 'light',
			overlay_height: 52,
			filmstrip_position: 'bottom',
			overlay_position: 'bottom'
		});
	});
		$(document).ready(function(){		
		$('#headbeelden').galleryView({
			filmstrip_size: 6,
    frame_width: 114,
    frame_height: 70,
    background_color: 'transparent',
    nav_theme: 'dark',
    border: 'none',
    show_captions:true,
    caption_text_color: 'black'
		});
	});
