$(function() {

    $('.gallery-info ul').cycle({
    fx:     'scrollUp',
    speed:  1000,
    timeout: 10000,
    pager:  '.swicher',
    activePagerClass: 'active',
    pause: 1
    });


});
