// JavaScript Document



jQuery(function($) {
	
	$('#imageList').fsGallery({
		slideshow: 1,
		interval: 9000,
		thumbnails: 0
	});

});
