/*
  --- tfader photos settins structure --- 
*/
// configuration structure
var A_TPL = {

	'random' : false, //true,			// randomize the array each time page loads
	'steps' : 20, //20,		// number of transparency changes during the transition		//	increase for smoother transition, reduce for less CPU usage
	'transtime': 1, //.5,	// transition duration in seconds
	'slidetime': 1,			// slide time in seconds
	'width' : 400,			// width of the slide (optional)
	'height': 400,			// height of the slide (optional)
	'alt' : "Click to stop Slideshow",		// alt text for the image (optional)
	'css' : ''		// css class assigned to the slide <img> (optional)
};
// list of images to display
var A_ITEMS = [
	'images/g0.gif',
	'images/g1.gif',
	'images/g2.gif',
	'images/g3.gif',
	'images/g4.gif',
	'images/g5.gif',
	'images/g6.gif'
];