What I think is happening is the slider js' are being called after the tab loads so Eric is correct the css and styles in the head and the scripts in the footer. So this may work?
Also the lengthy load time may be from the duplicated scripts plus the amount of them being loaded up front, plus all the images of course on one page which are I think are also being pre-loaded.
These go in the head
/* Menu styles */
<link rel='stylesheet' type='text/css' href ='itsnitz-menu/stylesheets/menu_builder.css'/>
<link rel='stylesheet' type='text/css' href ='itsnitz-menu/stylesheets/style.css'/>
/* Slideshow styles */
<link href="cc-slideshow-rectangles/css/slideshow.css" rel="stylesheet">
<link rel="stylesheet" href="cc-slideshow-rectangles/css/main.css">
These go in the footer
/* Menu scripts */
<script type="text/javascript" src="itsnitz-menu/js/modernizr-2.6.2-respond-1.1.0.min.js"></script>
<script type="text/javascript" src="itsnitz-menu/js/tinynav.js"></script>
<script type="text/javascript" src="itsnitz-menu/js/mb.js"></script>
<script type="text/javascript" src="itsnitz-menu/js/off-canvas.js"></script>
/* Slideshow scripts */
<script src="cc-slideshow-rectangles/js/revolver.min.js"></script>
<script src="cc-slideshow-rectangles/js/slideshow.js"></script>
Foundation has a jQuery library included and RSD adds the font call plus a polyfill