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

