$(document).ready(function() {
    $('.cycle-show').cycle({
    fx:    'scrollRight',
    easing: 'backinout',
    next: '.cycle-show',
    delay: 0,
    timeout: 5000
 });
});