/** 
 *	Library Gallery on header
 *
 *	@author Andrea Gatti
 *	@version 0.1
 *
 *	Requirements:
 *		mootools
 */

/** ------------------------------------------------------------------- */

/* Slideshow Gallery */
function gallery_on_header(){
	var path = '/site/immagini/headers/';
	var images = [
		path + 'pict001.jpg',
		path + 'pict016.jpg',
		path + 'pict003.jpg',
		path + 'pict004.jpg',
		path + 'pict005.jpg',
		path + 'pict002.jpg',
		path + 'pict007.jpg',
		path + 'pict008.jpg',
		path + 'pict010.jpg',
		path + 'pict011.jpg',
		path + 'pict012.jpg',
		path + 'pict013.jpg',
		path + 'pict014.jpg',
		path + 'pict015.jpg'
	];
	ssGallery('header-gallery', 'progress', '#progress .bar', images, '#header-gallery img', 'start', 'title-morph', 'title-small','title', 2000);	
}