// JavaScript Document
$(document).ready(function(){		
		$('#photos').galleryView({
			panel_width: 955,
			panel_height: 150,
			frame_width: 10,
			frame_height: 10,
			overlay_color: 'none',
			overlay_text_color: 'white',
			caption_text_color: '#222',
			background_color: 'transparent',
			border: 'none',
			nav_theme: 'light',
			easing: 'easeInOutQuad',
			pause_on_hover: true
		});
	});
