	//If using image buttons as controls, Set image buttons' image preload here true
	//(use false for no preloading and for when using no image buttons as controls):
	var preload_ctrl_images=true;
	
	//And configure the image buttons' images here:
	var previmg='../images/rewind.gif';
	var stopimg='../images/pause.gif';
	var playimg='../images/play.gif';
	var nextimg='../images/forward.gif';
	
	var slides=[]; //FIRST SLIDESHOW
	//configure the below images and descriptions to your own. 
	slides[0] = ["../images/pending-home-sales-index.gif"];
	slides[1] = ["../images/US-housing-starts.gif"];
	slides[2] = ["../images/existing-home-sales.gif"];
	slides[3] = ["../images/new-home-sales.gif"];
	slides[4] = ["../images/new-homes-for-sale.gif"];
	slides[5] = ["../images/months-supply-of-new-homes.gif"];
	slides[6] = ["../images/months-supply-of-existing-h.gif"];
	
	//slides[7] = ["../images/ChartAnimation1.jpg"];
	slides[7] = ["../images/ChartAnimation2.jpg"];
	slides[8] = ["../images/ChartAnimation3.jpg"];
	slides[9] = ["../images/ChartAnimation4.jpg"];
	slides[10] = ["../images/ChartAnimation5.jpg"];
	slides[11] = ["../images/ChartAnimation6.jpg"];
	//above slide show uses only the defaults
	
	//optional properties for these images:
	slides.no_descriptions=1; //use for no descriptions displayed
	//slides.desc_prefix='<b>Description:<\/b> '; string prefix for image descriptions display
	slides.controls_top=0; //use for top controls
	slides.counter=1; //use to show image count
	slides.width=558; //use to set width of widest image if dimensions vary
	slides.height=445; //use to set height of tallest image if dimensions vary
	slides.no_auto=0; //use to make show completely user operated (no play button, starts in stopped mode)
	slides.use_alt=0; //use for descriptions as images alt attributes
	slides.use_title=1; //use for descriptions as images title attributes
	slides.nofade=0; //use for no fade-in, fade-out effect for this show
	slides.border=0; //set border width for images
	slides.image_controls=1; //use images for controls
	slides.button_highlight='#fff'; //onmouseover background-color for image buttons (requires image_controls=1)
	slides.border_color='#71796e'; //set border color for images
