$(document).ready(function() {
     $('#slideshow').cycle({
        timeout: 10000,
        delay:  -8000,
		speed: 5000
    });
});
