Hi Fred
Sure. In your templates scripts.php (../templates/j51_scarlett/php/scripts.php - LINE 14) remove the following...
<!-- Sticky Div -->
<script type="text/javascript" src="/<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/jquery.sticky.js" charset="utf-8"></script>
<script type="text/javascript" >
jQuery(window).load(function(){
jQuery("#container_hornav").sticky({ topSpacing: 0 });
});
</script>
Ciarán