// JavaScript Document

$(function(){
		   
			$('body#index-page #slideshow').cycle({
		      fx: 'fade'
			  //timeout:	12000
			});	

});

