$(document).ready(function(){		
		$('#photos').galleryView({
			panel_width: 512,
			panel_height: 350,
			frame_width: 100,
			frame_height: 67,
			transition_speed: 800,
			background_color: '#404041',
			border: 'none',
			easing: 'easeInOutBack',
			pause_on_hover: true,
			nav_theme: 'custom',
			overlay_height: 58,
			filmstrip_position: 'top',
			overlay_position: 'top'
		});
	});