var myGallery;
function startGallery()
{
	 myGallery = new gallery( $('myGallery'), {
			timed: true,
			showInfopane: false,
			delay: 4000,
			embedLinks:true,			
			textShowCarousel: 'Altre Foto',
			imageSelector: "div.full",
		    thumbnailSelector: "div.thumbnail",			
			thumbWidth: 75});
}
	


if (!nogallery)
   {
      window.onDomReady(startGallery);
	}  
