﻿$(document).ready(function(){
	$('#gallery').galleryView({
		panel_width: 440,
		panel_height: 567,
		frame_width: 50,
		frame_height: 50,
		transition_speed: 350,
		transition_interval: 4000,
		overlay_height: 0,
		overlay_position: 'top',
		overlay_opacity: 0.4,
		filmstrip_position: 'top',
		nav_theme: 'light',
		show_captions: false,
		start_frame: 1,
		frame_scale: 'nocrop',
		frame_gap: 1
	});
});
