I had some problems with the arrows on the left and right. They disappeared when I go to another page. This was the solution to solve the problem.
Add a / before the path of the hjt_gallery_left.png and hjt_gallery_right.png in the /modules/mod_hot_designation/js/hot_designation.js in line 126 and 127.
The code will be like this:
Code:
this._cmdLeft = jQuery("<div class='hjt-gallery-cmd-left'><img src='/modules/mod_hot_designation/images/hjt_gallery_left.png' /></div>");
Hopefully this is helping somebody