﻿


$(document).ready(function() {
    $('#slideshow').cycle({
         //fx: 'scrollLeft' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
         fx: 'scrollHorz',
         speed: 1000,
         prev: '#btnViewerBack',
         next: '#btnViewerForward',
         timeout: 5000  
     });
});