/* Ultimate Fade-in slideshow (v2.4)
* Last updated: May 24th, 2010. This notice must stay intact for usage 
* Author: Dynamic Drive at http://www.dynamicdrive.com/
* Visit http://www.dynamicdrive.com/ for full source code
*/

var mygallery=new fadeSlideShow({
	wrapperid: "ss", //ID of blank DIV on page to house Slideshow
	dimensions: [898, 392], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["http://www.courtneyssandcastle.com/wp-content/themes/csc/images/ss/ss_01.jpg", "donate/", ""],
		["http://www.courtneyssandcastle.com/wp-content/themes/csc/images/ss/ss_02.jpg", "donate/", ""],
		["http://www.courtneyssandcastle.com/wp-content/themes/csc/images/ss/ss_03.jpg", "donate/", ""] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "always",
	togglerid: ""
})
