a.fadeOne:hover img.fadeOne
{
	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.fadeOne:hover
{
	border: solid 0px green;
}