jqFancyTransitions Help Needed

jqFancyTransitions Help Needed

Ok guys, got a bit of a problem here and don't know where I'm going wrong.

Here's the page in question:

Now what's happening here is there are three php require statements on this page:
  • One calling the file jsref.htm (.js and script reference)
  • One calling nav.php (the navigation menu)
  • One calling homegal.php (jqFancyTransitions Gallery)

"jsref.htm" is where all of my .js references, and actual scripting is located.
"nav.php" is my jQuery navigation menu that seems to be working great (referenced from the file above)
...and then there's "homegal.php"...

"homegal.php" is set up like follows:
  1. <div id='slideshowHolder'>
  2.  <img src='../galleries/homegal/img01.jpg' alt='img1' />
  3.  <img src='../galleries/homegal/img02.jpg' alt='img2' />
  4.  <img src='../galleries/homegal/img03.jpg' alt='img3' />
  5.  <img src='../galleries/homegal/img04.jpg' alt='img3' />
  6.  <img src='../galleries/homegal/img05.jpg' alt='img3' />
  7.  <img src='../galleries/homegal/img06.jpg' alt='img3' />
  8.  <img src='../galleries/homegal/img07.jpg' alt='img3' />
  9.  <img src='../galleries/homegal/img08.jpg' alt='img3' />
  10.  <img src='../galleries/homegal/img09.jpg' alt='img3' />
  11.  <img src='../galleries/homegal/img10.jpg' alt='img3' />
  12. </div>

But I'm sure you guys can see that big empty space in the middle of the site. Well that's supposed to be where the 770x540 image gallery is. The menu is appearing and working just fine, but the gallery is NOT.

Here's a link to the plugin:

I need to know what it is that I'm doing wrong so that I can get this gallery to function properly.
I've attached all of the necessary files for viewing. Hope you guys can help.