JQuery Cycle plugin on hover

JQuery Cycle plugin on hover

I'm using JQuery cycle plugin scrollRight Transation on click.  I want to do it on hover , is it possible ?

here is my code  : 

  $(document).ready(function() {

        $('.slideshow').cycle({
            fx:      'scrollRight',
            next:   '.slideshow',
            timeout:  0,
            easing:  'easeInOutBack'
        });
 });