		function startGallery() {
				var myGallery = new gallery($('myGallery'), {
					timed: true,
					delay: 10000,
					showArrows: false,
					showCarousel: false,
					slideInfoZoneOpacity: 0.7,
					defaultTransition: "fadeslideleft"
					//defaultTransition: "continuoushorizontal"
				});
			}
			window.addEvent('domready', startGallery);
