

// lightbox
// ----------------------------------------------------------------------- //

$(function() {
	$('.gallery a').lightBox({
	overlayBgColor: '#000',
	overlayOpacity: 0.6,
	imageLoading: '../img/loading.gif',
	imageBtnClose: '../img/closelabel.gif',
	imageBtnPrev: '../img/prevlabel.gif',
	imageBtnNext: '../img/nextlabel.gif',
/*	fixedNavigation: true,	*/
	containerResizeSpeed: 250
//	txtImage: '画像',
//	txtOf: 'の'
	});

	$('.gallery2 a').lightBox({
	overlayBgColor: '#000',
	overlayOpacity: 0.6,
	imageLoading: '../img/loading.gif',
	imageBtnClose: '../img/closelabel.gif',
	imageBtnPrev: '../img/prevlabel.gif',
	imageBtnNext: '../img/nextlabel.gif',
	containerResizeSpeed: 250
//	txtImage: '画像',
//	txtOf: 'の'
	});

});
