Hiding the thumbnail bar in the fullscreen slideshow
If you want to hide the thumbnail bar in the fullscreen slideshow page, the easiest way to do this is to hide it with CSS. In order to accomplish this, you have to add the following CSS into the theme Options page -> Style Settings -> Additional CSS Styles field:
#slider-navigation-container{ display:none; }