﻿$(document).ready(function () {

    $('.slideshow').cycle({
        fx: 'scrollHorz', // 
        next:   '#Right_Arrow', 
        prev:   '#Left_Arrow',
        speed:   800,
        timeout: 6000
    });
});
