// JavaScript Document


var mygallery=new fadeSlideShow({
	wrapperid: "fadeheader_landingpage", //ID of blank DIV on page to house Slideshow
	dimensions: [540, 204], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["http://www.steinerschool.org/wp-content/themes/RSSAA/images/landingpage/01.jpg"],
		["http://www.steinerschool.org/wp-content/themes/RSSAA/images/landingpage/03.jpg"],
		["http://www.steinerschool.org/wp-content/themes/RSSAA/images/landingpage/02.jpg"],
		["http://www.steinerschool.org/wp-content/themes/RSSAA/images/landingpage/04.jpg"]
	],
	displaymode: {type:'auto', pause:4000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 800, //transition duration (milliseconds)
	descreveal: "none",
	randomize: false,
	togglerid: ""
})
