
		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 : true,
			useTextAsTooltip : false,
			
			// Fading settings
			fadeTime : 800, // Milliseconds	
			timeForSlideInSlideshow : 4000, // Milliseconds

			// At page load
			startIndex : 1,	
			startSlideShowFromBeginning : true,
			startSlideshowAtLoad : true,
			dimBackgroundAtLoad : false,

			// Large images to use and thumbnail settings
			images : [

				{                                  
					
					image : "Admin/calendar/EventPics/"+imgsToShow[0],//"images/img4.jpg", 
					alt : "",
					text : "loading"
				},
				{                                  
					
					image : "Admin/calendar/EventPics/"+imgsToShow[1],//"images/img5.jpg", 
					alt : "",
					text : "loading"
				},
				{                                  
					
					image : "Admin/calendar/EventPics/"+imgsToShow[2],//"images/img6.jpg", 
					alt : "",
					text : "loading"
				},
				{                                  
					
					image : "Admin/calendar/EventPics/"+imgsToShow[3],//"images/img7.jpg", 
						alt : "",
					text : "loading"
				},
				{                                  
					
					image : "Admin/calendar/EventPics/"+imgsToShow[4],//"images/img7.jpg", 
						alt : "",
					text : "loading"
				}		
				
				
			],
			thumbnailActivationEvent : "click",

			// Classes of HTML elements to use
			mainImageClass : "picture-slides-image", // Mandatory
			fadeContainerClass : "picture-slides-fade-container"
		});
		

	