.main div a:hover{
opacity:0.85;
}

.main div a:hover img{
filter: alpha(opacity=90);
-ms-filter: "alpha(opacity=90)";
}