@oceanrock:
Go to the nggfunctions.php file in your nextgen-gallery folder. Once you opened the file, search for:
if ($ngg_options[‘usePicLens’]) {
$gallery->show_piclens = true;
$gallery->piclens_link = “javascript:PicLensLite.start({feedUrl:'” . htmlspecialchars( nggMediaRss::get_gallery_mrss_url($gallery->ID) ) . “‘});”;
}
(Usually line 204)
Change the indicated ‘true’ to ‘false’. Problem solved.