// JavaScript Document

	$(document).ready(function(){		
		$('#photos').galleryView({
			panel_width: 600,
			panel_height: 430,
			transition_speed: 500,
			transition_interval: 10000,
			nav_theme: 'light',
			border: '0px solid white',
			overlay_height:70,
			overlay_font_size: '1em',
			overlay_position: 'bottom',
			overlay_opacity: 0.6,
			overlay_color: 'black',
			background_color: 'transparent',
			overlay_text_color: 'white',
			caption_text_color: 'white',
			easing: 'swing',
			show_captions: false,
			fade_panels: true,
			pause_on_hover: true

		});
	});