a img {
filter:alpha(opacity=50);
-moz-opacity: 0.8;
opacity: 0.8;
}
a:hover img {
filter:alpha(opacity=120);
-moz-opacity: 1;
opacity: 1;
}