$(document).ready(function(){
	$('#photos').galleryView({
		panel_width: 560,
		panel_height: 250,
		frame_width: 80,
		frame_height: 36,
		transition_speed: 1000,
//	    background_color: '#222',
		border: 'none',
	    easing: 'easeInOutBack',
		pause_on_hover: true,
	    nav_theme: '',
		overlay_height: 52,
		filmstrip_position: 'bottom',
		overlay_position: 'bottom'
	});
});
