I'd like to change the selected image on hover.
<!-- Avatars bxSlider -->
<div class="slider">
<div class="slide">
<a href="#" data-toggle="tooltip" title="first tooltip">
<img src="_include/img/avatar_nat.png" alt="" title="">
</a>
</div>
Thanks in advice.