$(document).ready(function() {
    $('#slideshow-box').cycle({
		fx: 'fade',
        timeout: 5000,
        delay: -2000
	});
});   

