jQuery.PictureSlides.set({
			// Switches to decide what features to use
			useFadingIn : true,
			useFadingOut : true,
			useFadeWhenNotSlideshow : true,  
			usePreloading : true,
			useAltAsTooltip : true,
			useTextAsTooltip : false,
			useLightBox: true,
			
			// Fading settings
			fadeTime : 200, // Milliseconds	  
			// At page load
			startIndex : 1,	
			// Large images to use and thumbnail settings
			images : [
				{
				image : IMGDIR + "imgmed/1.jpg",
				alt : CAP1,
				text : CAP1,
				url :  	IMGDIR + "imglrg/1.jpg"  
				},
				{                                  
					image : IMGDIR + "imgmed/2.jpg",
					alt : CAP2,
					text : CAP2,
				url :  	IMGDIR + "imglrg/2.jpg" 
				},
				{              
					image : IMGDIR + "imgmed/3.jpg",
					alt : CAP3,
					text : CAP3,
				url :  	IMGDIR + "imglrg/3.jpg" 
				},
				{              
					image : IMGDIR + "imgmed/4.jpg",  
					alt : CAP4, 
					text : CAP4,
				url :  	IMGDIR + "imglrg/4.jpg" 
				}
			],
			thumbnailActivationEvent : "click",

			// Classes of HTML elements to use
			mainImageClass : "picture-slides-imagePH", // Mandatory
			mainImageFailedToLoadClass : "picture-slides-image-load-failPH",
			imageLinkClass : "picture-slides-image-linkPH",
			fadeContainerClass : "picture-slides-fade-containerPH",
			imageTextContainerClass :  "picture-slides-image-textPH", 
			thumbnailContainerClass: "picture-slides-thumbnailsPH"
		});


