$(document).ready(function() {
    $('#slideshow_box').cycle({
        pause : true,
        random : true
    });

    $('#slideshow_box_a1').cycle({
        fx : 'scrollLeft',
        delay : 1000,
        pause : true,
        random : true
    });
    $('#slideshow_box_a2').cycle({
        fx : 'scrollRight',
        delay : 2000,
        pause : true,
        random : true
    });
});
