Hey,
Not sure if anyone else has noticed but alt/title tags are missing from related posts.
To fix, add
$title = get_the_title($postid);
after line 244 in contextual-related-posts.php
:)
http://wordpress.org/extend/plugins/contextual-related-posts/