/* gallery */



window.addEvent('domready', function(){
	    var data = {
	      '1.gif': { caption: 'Parete Ventilata 1.' }, 
	      '2.gif': { caption: 'Parete Ventilata 2.' }, 
	      '3.gif': { caption: 'Parete Ventilata 3..' }, 
		  '4.gif': { caption: 'Parete Ventilata 4.' }, 
	      '5.gif': { caption: 'Parete Ventilata 5.' }, 
	      '6.gif': { caption: 'Parete Ventilata 6.' }, 
	      '7.gif': { caption: 'Parete Ventilata 7.' }
	    };
	    var myShow = new Slideshow.KenBurns('show', data, { captions: true, controller: true, delay: 2000, duration: 11000, height: 210, hu: 'images/', width: 680 });
		});
/* end Button */



