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