

jQuery.PictureSlides.set({
			// Switches to decide what features to use
			useFadingIn : true,
			useFadingOut : true,
			useFadeWhenNotSlideshow : true,
			useFadeForSlideshow : true,
			useDimBackgroundForSlideshow : false,
			loopSlideshow : true,
			usePreloading : true,
			useAltAsTooltip : false,
			useTextAsTooltip : false,
			
			// Fading settings
			fadeTime : 400, // Milliseconds	
			timeForSlideInSlideshow : 3000, // Milliseconds

			// At page load
			startIndex : 1,	
			startSlideShowFromBeginning : true,
			startSlideshowAtLoad : true,
			dimBackgroundAtLoad : false,

			// Large images to use and thumbnail settings
			images : [
				{
					image : "images/new/slideshow/slide_01.jpg", 
					alt : "",
					text : ""
				},
				{                                  
					
					image : "images/new/slideshow/slide_02.jpg", 
					alt : "",
					text : ""
				},
				{                                  
					
					image : "images/new/slideshow/slide_03.jpg", 
					alt : "",
					text : ""
				},
				{                                  
					
					image : "images/new/slideshow/slide_04.jpg", 
					alt : "",
					text : ""
				},
				{                                  
					
					image : "images/new/slideshow/slide_05.jpg", 
					alt : "",
					text : ""
				}
			],
			thumbnailActivationEvent : "click",

			// Classes of HTML elements to use
			mainImageClass : "picture-slides-image", // Mandatory
			fadeContainerClass : "picture-slides-fade-container"
		});
