$(document).ready(function(){
	$('#photos').galleryView({
		panel_width: 480, //パネル画像の横幅
		panel_height: 300, //パネル画像の縦幅
		frame_width: 50, //サムネイル画像の横幅
		frame_height: 50, //サムネイル画像の縦幅
		overlay_height: 30,
		overlay_opacity: 0.5,
		transition_speed: 600,
		transition_interval: 5000,
		easing: 'easeOutBack'
	});
});

