function startGallery() {
	var myGallery = new gallery($('intro_show'), {
		timed: true,
		showArrows: false,
		embedLinks: false,
		showInfopane: false,
		slideInfoZoneSlide: false,
		showCarousel: false,
		showCarouselLabel: false,
		activateCarouselScroller: true,
		fadeDuration: 2000,
		delay: 5000
	});
}
window.addEvent('domready', startGallery);
