// JavaScript Document

	function startGallery() {
		var myGallery = new gallery($('myGallery'), {
			timed: true,
			delay: 5000,
			showCarousel: true,
			showInfopane: true,
			showArrows: true,
		});
	}
	window.onDomReady(startGallery);

