Thank you Pete
Am I correct in assuming you do not have need for the header area of the template and instead wish to place the logo within a slideshow module? If so the best option may be to remove the header area entirely. To do so remove the following from your templates index.php (../templates/j51_caitlin/index.php - LINE 31-43)...
<div id="vegas-slideshow"></div>
<div id="container_header" class="j51container">
<div id="header">
<?php require("php/layouts/header.php"); ?>
<?php require("php/layouts/social_icons.php"); ?>
<?php if ($this->countModules( 'header-1' )) : ?>
<div class="header-1">
<jdoc:include type="modules" name="header-1" style="none" />
</div>
<?php endif; ?>
</div>
</div>
Ciarán