$(document).ready(function(){
		$('#photos').galleryView({
			panel_width: 840,
			panel_height: 270,
			frame_width: 150,
			frame_height: 72,
 transition_speed: 800,
    easing: 'swing',
    transition_interval: 3000,
overlay_opacity:0.7,
    pause_on_hover: true,
    nav_theme: 'light',
    overlay_height: 52,
    overlay_position: 'bottom'


		});
	});