$(document).ready(function() {
    $('#photoslider').cycle({
        delay:  1000
    });
});
