var myGallerySet=undefined;
var indice=0;
function startGallery() {
myGallerySet = new gallerySet($('myGallerySet'), {
timed: true,
delay:4000,
startWithSelector:false,
		showArrows: false,
		showCarousel: false,
		showInfopane: true,
		embedLinks: false,
		fadeDuration: 2000,
		textShowGallerySelector:'Ristorante La Cambusa Gabicce Mare'
});
}
window.addEvent('domready', startGallery);
