//<![CDATA[
	  window.addEvent('domready', function(){
	    var data = {
	      'classic1.jpg': { caption: '' }, 
	      'classic2.jpg': { caption: '' }
	    };
	    var myShow = new Slideshow('show1', data, { captions: true, controller: false, delay: 2400, height: 400, hu: 'http://images.1-to-x.com/viaroma/ss/', linked: true, width: 250 });
	    // Here we create the Lightbox instance.
	    // In this case we will use the "close" and "open" callbacks to pause our show while the modal window is visible.
      var box = new Lightbox({ 
			  'onClose': function(){ this.pause(false); }.bind(myShow), 
			  'onOpen': function(){ this.pause(true); }.bind(myShow) 
			});
			box.image.addEvent('click', function(){ this.close(); }.bind(box));	        
		});
	//]]>
