/* Ultimate Fade-in slideshow (v2.1)
* Last updated: Sept 10th, 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
*/

//20100217 (tiagoclaus)
//- separado código do principal, para facilitar troca de imagens (arquivo referenciado em index, quem somos, objetivos, o que fazemos.

var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [274, 158], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["./images/banner/20120810_icct2012.gif", "http://www.icct2012.org", "", ""] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:5000, cycles:0, wraparound:true},
	persist: true, //remember last viewed slide and recall within same session?
	fadeduration: 1500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: "fadeshow1toggler"
})
