$('#28823').cycle({
fx: 'none',
cleartypeNoBg: 'false',
pause: 'true',
timeout: 5000,
slideResize: 0,
containerResize: 0,
fit: true,
onPrevNextEvent: function(isNext, zeroBasedSlideIndex, slideElement) {
},
before: function (curr, next, opts) {
var zeroBasedSlideIndex = Number(opts.nextSlide);
$(this).animate({left: "+=-100", top: "+=0"},0)
$(this).animate({left: "+=100", top: "+=0"},{queue: false, duration: 700, easing: "easeOutExpo"})
},
after: function onAfter(curr, next, opts) {
var zeroBasedSlideIndex = Number(opts.nextSlide);
$('.scroll-pane').jScrollPane();
},
speedIn: 0,
speedOut: 1
} );