‹‹ cycle homejQuery Cycle Plugin - Pager with scrollVert Transition

Beach 1 Beach 2 Beach 3 Beach 4 Beach 5 Beach 6 Beach 7 Beach 8

$(function() {
    $('#slideshow').cycle({
        fx:     'scrollVert',
        speed:   500,
        timeout: 0,
        pager:  '#nav',
        before: function() { 
            $('#caption').html(this.alt);
        }
    });
});