// JavaScript Document

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

