$(document).ready(function(){
	$("#slider").cycle({ 
		fx: 'fade', 
		timeout: 1000, 
		autostop: true
	});
});	

