/* Ultimate Fade-in slideshow (v2.0)
* Last updated: Sept 13th, 2009. 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: "fadeshow2", //ID of blank DIV on page to house Slideshow
	dimensions: [584, 202], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["http://citysightseeing.co.za/images/kiddies_nu/1join.jpg", "", "", ""],
		["http://citysightseeing.co.za/images/kiddies_nu/2join.jpg", "", "", ""],
		["http://citysightseeing.co.za/images/kiddies_nu/3join.jpg", "", "", ""],
		["http://citysightseeing.co.za/images/kiddies_nu/4join.jpg", "", "", ""] //<--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: 1200, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})


