jQuery.PictureSlides.set({
			// Switches to decide what features to use
			useFadingIn : true,
			useFadingOut : true,
			useFadeWhenNotSlideshow : true,
			useFadeForSlideshow : true,
			useDimBackgroundForSlideshow : true,
			loopSlideshow : true,
			usePreloading : true,
			useAltAsTooltip : true,
			useTextAsTooltip : false,
			
			// Fading settings
			fadeTime : 500, // Milliseconds	
			timeForSlideInSlideshow : 4000, // Milliseconds

			// At page load
			startIndex : 1,	
			startSlideShowFromBeginning : true,
			startSlideshowAtLoad : true,
			dimBackgroundAtLoad : false,

			// Large images to use and thumbnail settings
			images : [
				{
					image : "images/photos/1.jpg", 
					alt : "Picture 1"
				},
				{                                  
					image : "images/photos/2.jpg", 
					alt : "Picture 2"
				},
				{                                  
					
					image : "images/photos/3.jpg", 
					alt : "Picture 3"
				},
				{                                  
					
					image : "images/photos/4.jpg", 
					alt : "Picture 4"
				},
				{                                  
					
					image : "images/photos/5.jpg", 
					alt : "Picture 5"
				},
				{                                  
					
					image : "images/photos/6.jpg", 
					alt : "Picture 6"
				},
				{                                  
					
					image : "images/photos/7.jpg", 
					alt : "Picture 7"
				},
				{
image : "images/photos/8.jpg", 
					alt : "Picture 8"
				}
			],
			thumbnailActivationEvent : "click",

			// Classes of HTML elements to use
			mainImageClass : "picture-slides-image", // Mandatory
			mainImageFailedToLoadClass : "picture-slides-image-load-fail",
			imageLinkClass : "picture-slides-image-link",
			fadeContainerClass : "picture-slides-fade-container",
			imageTextContainerClass : "picture-slides-image-text",
			previousLinkClass : "picture-slides-previous-image",
			nextLinkClass : "picture-slides-next-image",
			imageCounterClass : "picture-slides-image-counter",
			startSlideShowClass : "picture-slides-start-slideshow",
			stopSlideShowClass : "picture-slides-stop-slideshow",
			thumbnailContainerClass: "picture-slides-thumbnails",
			dimBackgroundOverlayClass : "picture-slides-dim-overlay"
		});