
var mybanners=new fadeSlideShow({
	wrapperid: "slideshow-posts", //ID of blank DIV on page to house Slideshow
	dimensions: [950, 425], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["http://www.profoto.hu/kepek/web/eskuvofotozas_1.jpg", "", "", ""],
		["http://www.profoto.hu/kepek/web/eskuvofotozas_2.jpg", "", "", ""],
		["http://www.profoto.hu/kepek/web/eskuvofotozas_3.jpg", "", "", ""],
		["http://www.profoto.hu/kepek/web/eskuvofotozas_4.jpg", "", "", ""],
		["http://www.profoto.hu/kepek/web/eskuvofotozas_5.jpg", "", "", ""],
		["http://www.profoto.hu/kepek/web/eskuvofotozas_6.jpg", "", "", ""],
		["http://www.profoto.hu/kepek/web/eskuvofotozas_7.jpg", "", "", ""],
		["http://www.profoto.hu/kepek/web/eskuvofotozas_8.jpg", "", "", ""],
		["http://www.profoto.hu/kepek/web/eskuvofotozas_9.jpg", "", "", ""],
		["http://www.profoto.hu/kepek/web/eskuvofotozas_10.jpg", "", "", ""],
		["http://www.profoto.hu/kepek/web/eskuvofotozas_11.jpg", "", "", ""],
		["http://www.profoto.hu/kepek/web/eskuvofotozas_12.jpg", "", "", ""],
		["http://www.profoto.hu/kepek/web/eskuvofotozas_13.jpg", "", "", ""],
		["http://www.profoto.hu/kepek/web/eskuvofotozas_14.jpg", "", "", ""],
		["http://www.profoto.hu/kepek/web/eskuvofotozas_15.jpg", "", "", ""]
	],
	displaymode: {type:'auto', pause:5000, cycles:0, wraparound:false, randomize:true},
	persist: true, //remember last viewed slide and recall within same session?
	fadeduration: 1000, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

