#thumb a img {
-moz-opacity: 0.70;
filter: alpha(opacity=70);
opacity: 0.7
}
#thumb a:hover img {
-moz-opacity: 1.00;
filter: alpha(opacity=100);
opacity: 1
}