	$(document).ready(function(){		
		$('#photos').galleryView({
			panel_width: 650,
			panel_height: 550,
			frame_width: 100,
			frame_height: 65,
			transition_speed: 600,
			transition_interval: 5000,
			background_color: '#222',
            overlay_opacity:0.8,
			border: 'none',
			easing: 'easeInOutBack',
			pause_on_hover: true,
			nav_theme: 'custom',
			overlay_height: 72,
			filmstrip_position: 'top',
			overlay_position: 'top'
		});
	});