following seems only tho work in IE…
in css/nggallery.css
1.
.ngg-thumbnail {
float: left;
...
into
.ngg-thumbnail {
float: center;
...
2.
.ngg-gallery-thumbnail-box {
float: left;
...
into
.ngg-gallery-thumbnail-box {
float: center;
...
3.
.ngg-gallery-thumbnail {
float: left;
...
into
.ngg-gallery-thumbnail {
float: center;
...