﻿a.fade:hover img.fade
{
    display: none;
}

/* just don't ask why this is necessary - it is bug fix for IE6 - try to take it out and you'll see what I mean */
a.fade:hover
{
    border: solid 0px green;
}