// JavaScript Document
//<![CDATA[
window.addEvent('domready', function(){
	    var data_left = {
	      	'G01.jpg': { caption: '' } ,
		'G02.jpg': { caption: '' } ,
		'G03.jpg': { caption: ' ' },
		'G05.jpg': { caption: ' ' },
		'G06.jpg': { caption: ' ' },
		'G07.jpg': { caption: ' ' },
		'G08.jpg': { caption: ' ' }
	    };
	    // Note the use of "linked: true" which tells Slideshow to auto-link all slides to the full-size image.
		var myShow_left = new Slideshow.KenBurns('show_left', data_left, { thumbnails: false, captions: false, controller: false, delay: 9000, duration: 1000, height: 250, hu: 'startgalerie', linked: false, width: 850 });

	    // 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_left = new Lightbox({ 
			  'onClose': function(){ this.pause(false); }.bind(myShow_left), 
			  'onOpen': function(){ this.pause(true); }.bind(myShow_left) 
			});
		
	  
		
});

//]]>
