window.addEvent('domready',function() {
	var myGallery = new gallery($('myGallery'), {
		timed: true,
		showArrows: false,
		showCarousel: false,
		defaultTransition: "fadeslideleft",
		showInfopane: false,
		embedLinks: true
		/*textShowCarousel: 'Select...',*/
		/*showCarouselLabel: false,*/
		//carouselMinimizedOpacity: 0.8, 
		//thumbIdleOpacity: 0.5 //bit nicer for IE
	});
});

