.weakvisionimg {
    opacity: 0.7;
    filter: alpha(opacity=40);
}

.weakvisionimg:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}