$(document).ready(function(){
	$('#photos').galleryView({
		panel_width: 960,
		panel_height: 540,
		border: 'none',

		frame_width: 130,
		frame_height: 70,

		overlay_height: 0,
		overlay_position: 'bottom',
		overlay_opacity: 0.5,

		frame_opacity: 2.0,
		show_captions: true,
		caption_text_color: '#FFF',
		show_captions: false,

		pause_on_hover: true,
		transition_speed: 1100,
		transition_interval: 7000,
		easing: 'easeInQuad',
		nav_theme: 'custom'
	});
});
