var LandscapeList = new ImageSlideShow.PictureList(198,148,false);

LandscapeList.AddPicture( "http://depts.valleycollege.edu/Aeronautics/Images/SlideShow/Original/Plane-01.jpg",
                          "http://depts.valleycollege.edu/Aeronautics/Images/SlideShow/Small/Plane-01.gif",
                          "Plane 1", 1 );
LandscapeList.AddPicture( "http://depts.valleycollege.edu/Aeronautics/Images/SlideShow/Original/Plane-02.jpg",
                          "http://depts.valleycollege.edu/Aeronautics/Images/SlideShow/Small/Plane-02.gif",
                          "Plane 2", 1 );
LandscapeList.AddPicture( "http://depts.valleycollege.edu/Aeronautics/Images/SlideShow/Original/Plane-03.jpg",
                          "http://depts.valleycollege.edu/Aeronautics/Images/SlideShow/Small/Plane-03.gif",
                          "Plane 3", 1 );
LandscapeList.AddPicture( "http://depts.valleycollege.edu/Aeronautics/Images/SlideShow/Original/Plane-04.jpg",
                          "http://depts.valleycollege.edu/Aeronautics/Images/SlideShow/Small/Plane-04.gif",
                          "Plane 4", 1 );

LandscapeList.AddPicture( "http://depts.valleycollege.edu/Aeronautics/Images/SlideShow/Original/Pilot-01.jpg",
                          "http://depts.valleycollege.edu/Aeronautics/Images/SlideShow/Small/Pilot-01.gif",
                          "Pilot 1", 1 );
                             
var SlideShowConfig = new ImageSlideShow.Config();
SlideShowConfig.iSwitchPause = 15000;
SlideShowConfig.blnFade = true;
SlideShowConfig.blnRandom = true;
SlideShowConfig.blnCaption = false;
SlideShowConfig.strTableAlign = "";
SlideShowConfig.iTableCellSpacing = 0;
SlideShowConfig.iTableCellPadding = 0;

var SlideShow = null; 
SlideShow = new ImageSlideShow(null,LandscapeList,SlideShowConfig);

