$(function() {
    $('#slider').cycle({
       	timeout: 10000,
    	speed:  2000,
    	pause: 1 
    });
});
