$(document).ready(function () {
    $("#screenshots").cycle({
        pause:   1,
        timeout: 14000
    });
});