In order to add a link over the entire slide area, you need to add an anchor element inside the slide.? The example below shows how is linking slides possible:
<div id="masterslider" class="master-slider"> <div class="ms-slide"> <!-- adds a link to the slide --> <a href="http://averta.net">Link text for better SEO</a> </div> <!-- .... --> </div>
Master Slider searches for the first non layer anchor element in the slide direct children and sets it as a slide link. If you need to exclude an anchor element, you need to add?ms-not-slide-link
?class name to it. In addition, if you need to move the slide link over any other slide content like layers, you can add?ms-over-all
?class name to the anchor element.