//Important!!! Image is created dinamically when images are modified from admin
//If you want change something, you need change the file called tpl_jsslideshow.js too!!!
   
var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [696, 181], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
	['./system_files/gallery/2.jpg', '#', '', ''],['./system_files/gallery/3.jpg', '#', '', ''],['./system_files/gallery/5.jpg', '#', '', ''],['./system_files/gallery/6.jpg', '#', '', ''],['./system_files/gallery/10.jpg', '#', '', ''],['./system_files/gallery/19.jpg', '#', '', ''],['./system_files/gallery/20.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: 1500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
	
	
})






