﻿// JScript File
    $(document).ready(function(){		
		$('#photos').galleryView({
			panel_width: 779,
			panel_height: 309,
			frame_width: 100,
			frame_height: 38,
			transition_speed: 1200,
			transition_interval: 3000,
			background_color: '#222',
			border: 'none',
			easing: 'easeInOutBack',
			pause_on_hover: true,
			nav_theme: 'custom',
			overlay_height: 52,
			filmstrip_position: 'top',
			overlay_position: 'top',
			overlay_opacity: 0.2,
			overlay_color: 'white'
		});
	});
    


