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 : 300, // Milliseconds	
			timeForSlideInSlideshow : 5000, // Milliseconds

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

			// Large images to use and thumbnail settings
			images : [
				{
					image : "images/00.jpg", 
					alt : "Air Freight",
					text : "Superior Quality Superior Service"
				},
				{                                  
					image : "images/01.jpg", 
					alt : "Picture 2",
					text : "This is picture 2"
				},
				{                                  
					
					image : "images/02.jpg", 
					alt : "Picture 3",
					text : "This is picture 3",
					url : "http://456bereastreet.com"
				},
				{                                  
					
					image : "images/03.jpg", 
					alt : "Picture 4",
					text : "This is picture 4",
					url : "http://mozilla.com"
				}
			],
			thumbnailActivationEvent : "mouseover",

			// 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",
			stopSlideShowClass : "mouseover",
			thumbnailContainerClass: "picture-slides-thumbnails",
			dimBackgroundOverlayClass : "picture-slides-dim-overlay"
		});

