$(function() {
    $('#slideshow').cycle({
       	timeout: 6500,
    	speed:  1800
    });
});
