Please make backup in case.
Hover thumbnail pop up will close when mouse is out :
Change this line in inc/js/jquery.dolPopup.js
$(document).click(function(e) {
to
$(document).mouseout(function(e) {
and
speed: 400
to
speed: 3000
Enjoy