i cant seem to add a pause on mouse hover to this slide show code , any help will be greatly appreciated
<script type="text/javascript">
$(function() {
var jmpressOpts = {
animation : { transitionDuration : '1.8s' }
};
$( '#jms-slideshow' ).jmslideshow( $.extend( true, { jmpressOpts : jmpressOpts }, {
autoplay : true,
dots : false,
arrows : false,
interval : 8000
}));
});
</script>