$.fn.cycle.defaults.timeout = 4300;
$(function() {    

      $('#content-slideshow')
	.cycle({
    fx:    'fade',
    delay: -600,
	pause:   1
	});
});
