﻿
/* for some reason, the image is sometimes placed above the link, making it unclickable /MF */
.nivoSlider a.nivo-imageLink {
    z-index: 100 !important;
}

/* slider direction arrows should still be clickable as well */
.nivo-directionNav a {
    z-index: 101 !important;
}