$(function() {
    $('#header-right').cycle({
        pause: true
    });
});

