Although this issue has been brought up multiple times in the past, I have yet to find a satisfactory solution for my particular needs.
The challenge lies in wanting to change the src of an image when hovering over a div, rather than the image itself.
<div class="roles_box"> <a href=""><img class="click_role" src="http://www.nms.ac.uk/idoc.ashx?docid=71d176dc-3143-4449-8388-90512a5c53ac&version=-1"></a>
</div>
JsFiddle -- http://jsfiddle.net/squidraj/NcjGp/
Even though it should change the image when hovering over the grey area, the functionality is not working as intended.