$(document).ready(function() {
 
$("#pageslides").cycle( {  
        timeout: 6000,
        speed: 1200 
    }); 

});

