/*
 * Slideshow
 */
	$('#mainv').jqFancyTransitions(
		{ position		: 'curtain',	// top, bottom, alternate, curtain
		  direction		: 'fountain',	// left, right, alternate, random, fountain, fountainAlternate
		  effect		: 'wave',		// wave, zipper, curtain
		  delay			: 5000,			// delay between images in ms
		  stripDelay	: 100,			// delay beetwen strips in ms  
		  titleOpacity	: 0,			// opacity of title
		  strips		: 25,			// number of strips
		  width			: 800,
		  height		: 266 });

