$(function() {

    $('#slideshow').cycle({
        fx:      'scrollVert',
        timeout:  5000,
        prev:    '#prev',
        next:    '#next',
		rev: 0 ,
    });

    
});

