esharrison,
I somehow solved the issue I was having. As far as the issue you are having, I believe you need to change your z-index values for the various page elements. Set the value for the slideshow higher than the other page content. Rough example:
.page {
z-index: 0;
}
.slideshow {
z-index: 10;
}
Or, if you don’t want the page content there at all, just create a new page template in the theme that only calls the slideshow.