I had the same problem. It was caused by the SEF upsetting the relative path of the X image.
I changed the image path to an absolute in lightbox.js which cured the problem.
Change
var fileBottomNavCloseImage = "components/com_comprofiler/plugin/user/plug_cbprofilegallery/images/close.gif";
To
var fileBottomNavCloseImage = "http://yoursite.com/components/com_comprofiler/plugin/user/plug_cbprofilegallery/images/close.gif";