nolsowski:
If I can figure out how to duplicate what they did and how it's laid out then I will be super happy
...
That's usually not too difficult.
Load the page where the slideshow plays, then look at the PAGE SOURCE (the html).
It will probably show a call to some jscript, some CSS, and if you look at the DIV in which the images are contained, they will have a style ID.
Then, look for the place where that jscript has been stored - probably in that template's jscript folder. There may also be a reference in includes/modules/pages/index/header.php (or there may be a jscript file in that location).
Anyway... just DUPLICATE everything that loads the slideshow, into YOUR NEW TEMPLATE, and it will work.