.toggle img {
filter:alpha(opacity=60);
-moz-opacity:0.6;
opacity:0.6;
}

.toggle:hover img {
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}