
	
// Page Scroll
$(function(){
$("a[href*='#']").slideScroll();
});

// Slide shohw
    $(document).ready(function(){
        $('#photos').galleryView({
            panel_width: 710, //パネル画像の横幅
            panel_height: 472, //パネル画像の縦幅
            frame_width: 100, //サムネイル画像の横幅
            frame_height: 66 //サムネイル画像の縦幅
        });
    });


$(function() {
	$('.box_history_gallery a').lightBox();
});


