//$(document).ready(function(){
//	$('#photos').galleryView({
//	//	background_color: '#000000',
//		nav_theme: '',
//		panel_width: 680,
//		panel_height: 300,
//		frame_width: 80,
//		frame_height: 30,
//	});
//});
$(document).ready(function(){
	$('#photos').galleryView({
		panel_width: 730,
		panel_height: 340,
		frame_width: 80,
		frame_height: 30,
		transition_speed: 1200,
//	    background_color: '#222',
		border: 'none',
	    easing: 'easeInOutBack',
		pause_on_hover: true,
	    nav_theme: '',
		overlay_height: 52,
		filmstrip_position: 'bottom',
		overlay_position: 'bottom'
	});
});
