﻿$(document).ready(function(){
	$('#photos').galleryView({
		panel_width: 558,
		panel_height: 419,
		frame_width: 60,
		frame_height: 60,
		filmstrip_size: 3,
		overlay_height: 0,
		overlay_font_size: '1em',
		transition_speed: 400,
		transition_interval: 0,
		overlay_opacity: 0.6,
		overlay_color: 'black',
		background_color: '#8d897b',
		overlay_text_color: 'white',
		caption_text_color: 'white',
		border: '0px',
		nav_theme: 'dark',
		easing: 'swing',
		filmstrip_position: 'bottom',
		overlay_position: 'bottom',
		show_captions: false,
		fade_panels: true,
		pause_on_hover: true

	});
});
