
		window.addEvent('domready',function(){
			var obj = {
				wait: 3000, 
				effect: 'fade',
				duration: 1000, 
				loop: true, 
				thumbnails: true,
				backgroundSlider: true,
				curvedImages: true
			}
			show = new SlideShow('bigImg','thumbnail',obj);
			show.play();
		});


