			function startGallery() {
				var myGallery = new gallery($('myGalleryNew'), {
					timed: true,
					showArrows: true,
					showInfopane: true,
					showCarousel: true,
					embedLinks: false,
					textShowCarousel : "画像一覧",
					delay: 8000
				});
			}
			window.onDomReady(startGallery);

