Hi Ruth
In your modules mod_j51slideshow.php (../modules/mod_j51slideshow/mod_j51slideshow.php - line121) locate the following...
<img src="/<?php echo $item->image ?>" alt="<?php echo $item->title ?>" />
And replace with...
<a href="#">
<img src="/<?php echo $item->image ?>" alt="<?php echo $item->title ?>" />
</a>
Replacing # with the URL you wish to link to.
Ciarán