/* -----------------------------------------------
              Scroll To Top
   ----------------------------------------------- */

$(document).ready(function() {
	$(function() {
		$('#gallery').galleryView({
			transition_speed: 1000,
			transition_interval: 10000,
			easing: 'jswing',


			show_panels: true,
			panel_width: 430,
			panel_height: 230,
			panel_animation: 'crossfade',
			overlay_opacity: 0.6,
			overlay_position: 'bottom',
			panel_scale: 'crop',
			show_panel_nav: true,
			show_overlays: true,
	
	
			show_filmstrip: true,
			frame_width: 58,
			frame_height: 40,
			start_frame: 1,
			filmstrip_size: 0,
			frame_opacity: 0.3,
			filmstrip_style: 'scroll',
			filmstrip_position:'bottom',
			show_filmstrip_nav: true,
			frame_scale: 'crop',
			frame_gap: 10,
			show_captions: false,
	
	
			pointer_size: 6,
			animate_pointer: false
		});
	});
});


