	// configuration structure
	var A_TPL = {
		// randomize the array each time page loads
		'random' : true,
		// number of transparency changes during the transition
		//	increase for smoother transition, reduce for less CPU usage
		'steps' : 10,
		// transition duration in seconds
		'transtime': .25,
		// slide time in seconds
		'slidetime': 3,
		// width of the slide (optional)
		'width' : 540,
		// height of the slide (optional)
		'height': 405,
		// alt text for the image (optional)
		'alt' : 'Garden Cafe Special Events',
		// css class assigned to the slide <img> (optional)
		'css' : ''
	};

	// list of images to display
	var A_ITEMS = [
		'images/gardencafe01.jpg',
		'images/gardencafe02.jpg',
		'images/gardencafe03.jpg',
		'images/gardencafe04.jpg',
		'images/gardencafe05.jpg',
		'images/gardencafe06.jpg',
		'images/gardencafe07.jpg',
		'images/gardencafe08.jpg',
		'images/gardencafe09.jpg',
		'images/gardencafe10.jpg',
		'images/gardencafe11.jpg'
		
	];

	// fader initialization	
	var mySlideShow = new tFader (A_ITEMS, A_TPL);