// JavaScript Document
			$(document).ready(function(){
				$('#photos').galleryView({
					panel_width: 884,
					panel_height: 307, //隙間を空ける
					frame_width: 100,
					frame_height: 100
				});
			});
