jQuery.PictureSlides.set({

	useFadingIn : true,
	useFadingOut : true,
	useFadeWhenNotSlideshow : true,
	useFadeForSlideshow : true,
	useDimBackgroundForSlideshow : false,
	loopSlideshow : true,
	usePreloading : false,
	useAltAsTooltip : false,
	useTextAsTooltip : false,
	
	fadeTime : 500,
	timeForSlideInSlideshow : 3000,

	startIndex : 1,	
	startSlideShowFromBeginning : false,
	startSlideshowAtLoad : true,
	dimBackgroundAtLoad : false,

	images : [
		{ image : "gallery/01.jpg", alt : "", text : "" },
		{ image : "gallery/02.jpg", alt : "", text : "" },
		{ image : "gallery/03.jpg", alt : "", text : "" },
		{ image : "gallery/04.jpg", alt : "", text : "" },
		{ image : "gallery/05.jpg", alt : "", text : "" },
		{ image : "gallery/06.jpg", alt : "", text : "" },
		{ image : "gallery/07.jpg", alt : "", text : "" },
		{ image : "gallery/08.jpg", alt : "", text : "" },
		{ image : "gallery/09.jpg", alt : "", text : "" },
		{ image : "gallery/10.jpg", alt : "", text : "" },
		{ image : "gallery/11.jpg", alt : "", text : "" },
		{ image : "gallery/12.jpg", alt : "", text : "" },
		{ image : "gallery/13.jpg", alt : "", text : "" },
		{ image : "gallery/14.jpg", alt : "", text : "" },
		{ image : "gallery/15.jpg", alt : "", text : "" },
		{ image : "gallery/16.jpg", alt : "", text : "" },
		{ image : "gallery/17.jpg", alt : "", text : "" },
		{ image : "gallery/18.jpg", alt : "", text : "" },
		{ image : "gallery/19.jpg", alt : "", text : "" },
		{ image : "gallery/20.jpg", alt : "", text : "" },
		{ image : "gallery/21.jpg", alt : "", text : "" },
		{ image : "gallery/22.jpg", alt : "", text : "" },
		{ image : "gallery/23.jpg", alt : "", text : "" },
		{ image : "gallery/24.jpg", alt : "", text : "" },
		{ image : "gallery/25.jpg", alt : "", text : "" },
		{ image : "gallery/26.jpg", alt : "", text : "" },
		{ image : "gallery/27.jpg", alt : "", text : "" },
		{ image : "gallery/28.jpg", alt : "", text : "" },
		{ image : "gallery/29.jpg", alt : "", text : "" },
		{ image : "gallery/30.jpg", alt : "", text : "" },
		{ image : "gallery/31.jpg", alt : "", text : "" },
		{ image : "gallery/32.jpg", alt : "", text : "" },
		{ image : "gallery/33.jpg", alt : "", text : "" },
		{ image : "gallery/34.jpg", alt : "", text : "" },
		{ image : "gallery/35.jpg", alt : "", text : "" },
		{ image : "gallery/36.jpg", alt : "", text : "" },
		{ image : "gallery/37.jpg", alt : "", text : "" },
		{ image : "gallery/38.jpg", alt : "", text : "" },
		{ image : "gallery/39.jpg", alt : "", text : "" },
		{ image : "gallery/40.jpg", alt : "", text : "" },
		{ image : "gallery/41.jpg", alt : "", text : "" },
		{ image : "gallery/42.jpg", alt : "", text : "" },
		{ image : "gallery/43.jpg", alt : "", text : "" },
		{ image : "gallery/44.jpg", alt : "", text : "" },
		{ image : "gallery/45.jpg", alt : "", text : "" },
		{ image : "gallery/46.jpg", alt : "", text : "" },
		{ image : "gallery/47.jpg", alt : "", text : "" },
		{ image : "gallery/48.jpg", alt : "", text : "" },
		{ image : "gallery/49.jpg", alt : "", text : "" },
		{ image : "gallery/50.jpg", alt : "", text : "" },
		{ image : "gallery/51.jpg", alt : "", text : "" },
		{ image : "gallery/52.jpg", alt : "", text : "" },
		{ image : "gallery/53.jpg", alt : "", text : "" },
		{ image : "gallery/54.jpg", alt : "", text : "" },
		{ image : "gallery/55.jpg", alt : "", text : "" },
		{ image : "gallery/56.jpg", alt : "", text : "" },
		{ image : "gallery/57.jpg", alt : "", text : "" },
		{ image : "gallery/58.jpg", alt : "", text : "" },
		{ image : "gallery/59.jpg", alt : "", text : "" },
		{ image : "gallery/60.jpg", alt : "", text : "" },
		{ image : "gallery/61.jpg", alt : "", text : "" },
		{ image : "gallery/contact.gif", alt : "", text : "", url : "mailto:info@massimopamparana.com" },
	],
	thumbnailActivationEvent : "click",

	mainImageClass : "picture-slides-image",
	fadeContainerClass : "picture-slides-fade-container",
	previousLinkClass : "picture-slides-previous-image",
	nextLinkClass : "picture-slides-next-image",
	stopSlideShowClass : "picture-slides-stop-slideshow",
	startSlideShowClass : "picture-slides-start-slideshow",
	imageLinkClass : "picture-slides-image-link",
	imageCounterClass : "picture-slides-image-counter"
	
});

