NextGen Gallery Slideshow Positioning Issue

Someone has just answered the question for me on the wordpress forum.

It turns out that there was 5px of padding in the gallerys css file (line 301) that I hadn’t found:

.ngg-widget, .ngg-widget-slideshow {
margin:0;
overflow:hidden;
padding:5px 0 0 0; <— change this to 0 0 0 0 or just 0
text-align:left

I didn’t add this, so it seems like the css have been like this in the first place. So if anyone else has this problem in the future just change that 5 to a 0.