a img{	filter:alpha(opacity=100);	opacity:1.0;	-moz-opacity:1.0;	cursor:hand;	}a:hover img{	filter:alpha(opacity=60);	opacity:0.6;	-moz-opacity:0.6;	cursor:hand;	}