	$(document).ready(function(){
		$('#gallery').galleryView({
		show_panels: true,
		show_filmstrip: true,
		
		panel_width: 488,
			panel_height: 366,
			frame_width: 50,
			frame_height: 50,
		
		start_frame: 1,
		transition_speed: 350,
     		 easing: 'swing',
		transition_interval: 0,
		
		overlay_opacity: .6,
		frame_opacity: 0.75,

		pointer_size: 10,
		
		nav_theme: 'dark',
		
		filmstrip_position: 'bottom',
		overlay_position: 'bottom',
		
		frame_gap: 2
		
		});
	});

