$( function () {
    $("#screenshots").cycle({
        fx: 'fade',
        speed: 500,
        timeout: 2000,
        random: 1
    });
});

