‹‹ cycle homejQuery Cycle Plugin - scrollHorz/scrollVert Demo

$('#s1').cycle({
    fx:     'shuffle',
    prev:   '#prev1',
    next:   '#next1',
    timeout: 0,
	after: function(c,n,o) {$(o.elements).show();}
});