Try to edit file modules/mod_jfslideshow/assets/js/jquery.tubular.1.0.js, modify:
var tubularContainer = '<div id="tubular-container" style="overflow: hidden; position: fixed; z-index: -1; width: 100%; height: 100%"><div id="tubular-player" style="position: absolute"></div></div><div id="tubular-shield" style="width: 100%; height: 100%; z-index: 2; left: 0; top: 0;"></div>';
to:
var tubularContainer = '<div id="tubular-container" style="overflow: hidden; position: fixed; z-index: -1; width: 100%; height: 100%"><div id="tubular-player" style="position: absolute"></div></div><div id="tubular-shield" style="width: 100%; height: 100%; z-index: 2; position: absolute; left: 0; top: 0;"></div>';
joomfreak