$(document).ready(function(){

	$('#slider')
	.cycle({
		fx:     'fade',
		timeout: 6000,
		delay:  -4000
	
	});
    
});

