			function startGallery() {
				var myGallery = new gallery($('myGallery'), {
					timed: true,
					delay: 4000,
					useThumbGenerator: false,
					thumbHeight: 51,
					thumbWidth: 100,
					carouselnormalHeight: 20,
					useReMooz: true,
					embedLinks: false,
					textShowCarousel: 'Carousel'
				});
			}
			window.addEvent('domready',startGallery);
