window.addEvent('domready', function() {
	
	var myGallery = new gallery( $('myGallery'), {
			timed: true,
			delay: 10000,
			showInfopane: true,
			showCarousel: false,
			textShowCarousel: 'Click to see thumbnails',
			thumbWidth: 75
	});
	});
