I am trying to move the ZX Slideshow into the headerWrapper div, as I would like the slideshow to be wider than the centerColumn and above any contentMainWrapper content.

I moved

Code:
<!-- begin edit for ZX Slideshow -->
<?php if (ZX_SLIDESHOW_STATUS == 'true') { ?>
	<?php require($template->get_template_dir('zx_slideshow.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/zx_slideshow.php'); ?>
<?php } ?>
<!-- end edit for ZX Slideshow -->
from tpl_index_default.php into tpl_header.php positioned below the logo and nav display, and wrapped it in <div id="BMsliderMod"> to help me debug the process.

Although I am a novice at HTML and PHP, I thought I could do this. Clearly, I am doing something wrong as the ZX Slider remains in the contentMainWrapper, and I do not see my "BMsliderMod" id in the html code either.

Could you Balihr or anyone else give me some pointers as to the process I need to follow to achieve getting the ZX Slideshow into the header?

If it helps, the site being worked on is itshirtprint [dot] com/shop/

Many thanks :)

Bruce