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

