var translideshow1=new translideshow({
	wrapperid: "myslideshow", //ID of blank DIV on page to house Slideshow
	dimensions: [190, 600], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["/img/f1-r.jpg"], 
		["/img/f2-r.jpg"], 
		["/img/f3-r.jpg"], 
		["/img/f4-r.jpg"]
		//["/img/f1-r.jpg"]

	],
	displaymode: {type:'auto', pause:2000, cycles:1, pauseonmouseover:true},
	orientation: "v", //Valid values: "h" or "v"
	persist: true, //remember last viewed slide and recall within same session?
	slideduration: 4000 //transition duration (milliseconds)
})
