The best way to solve this is by:
Make sure the $Scale option is set to false, and then use a wrapper to contain the thumbnail navigator
$ThumbnailNavigatorOptions: { //[Optional] Options to specify and enable thumbnail navigator or not
...
$Scale: false, //Scales thumbnail navigator or not while slider scale
...
}
Here is the HTML code:
<div u="thumbwrapper" style="position: absolute; width: 100%; height: 100px; bottom: 0px; overflow: hidden;">
<div style="position: relative; left: 50%; width: 5000px; height: 100px; text-align: center; margin-left: -2500px;">
<!-- Thumbnail Navigator Skin Begin -->
<div u="thumbnavigator" ...">
</div>
<!-- Thumbnail Navigator Skin End -->
</div>
</div>
To see a demonstration of this solution, visit