#thumb a img {
-moz-opacity: 0.70;
filter: alpha(opacity=70);
opacity: 0.7
left: 100px;
padding-top: 100px;

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

