// JavaScript Document
window.addEvent('domready', function () {
  startGallery();
});
		
		function startGallery() {
				var myGallery = new gallery($('myGallery'), {
					timed: false,
					useReMooz: true,
					embedLinks: false,
					textShowCarousel: 'Indice della gallery',
					slideInfoZoneOpacity: 0.8,
					slideInfoZoneSlide: true,
					carouselMinimizedOpacity: 1,
					carouselMaximizedOpacity: 1,
					thumbIdleOpacity: 0.5
				});
			}			