How to Center NextGen Gallery on WordPress Page

A Short CSS Snipet to center NextGen Gallery on your WordPress Website.

This is a short tutorial on how to center the NextGen Gallery. Very simple code that needs to be added to CSS to center the NextGen Gallery Plugin. 

CSS

.ngg-galleryoverview {
text-align:center;
}
.ngg-gallery-thumbnail-box {
float:none !important;
display:inline-block;
}