$(function() {
    $('#scroller').cycle({
    fx:     'scrollUp',
    timeout: 3000,
    delay:  -500,
	pause: 1
});
});
