Image is very blurry

This is not a question specific to WP. Questions of these types will suit more on Stackoverflow.

For your problem, add the following piece to your theme’s style.css

a#directorytab img {
    width: 16%;
}

Let me know if it helped.