$(document).ready(function(){		
		$('#photos').galleryView({
			panel_width: 640,
			panel_height: 425,
			frame_width: 100,
			frame_height: 66,
			transition_speed: 1200,
			background_color: '#62afe8',
			easing: 'easeInOutBack',
			pause_on_hover: true,
			nav_theme: 'custom',
			overlay_height: '60'
		});
	});
