// JavaScript Document
function startGallery() {
	var myGallery = new gallery(Moo.$('slideshow'), {
		timed: true,
		delay: 1500,
		showArrows: false,
		showCarousel: false,
		embedLinks: false,
		target: '_blank',
		showInfopane: false
	});
}
window.onDomReady(startGallery);