Hello
You might find that increasing the size in your module settings and adding the following to the custom CSS field of your template settings might help...
.j51thumbs .j51Box img {
max-width: 160px;
}
This will create higher resolution images but force the current size with CSS.
Ciaran