Galleriffc Help

Galleriffc Help

Hi, everyone!

I'm trying to put together a gallery with Galleriffic, and have run into one little snag just as I'm wrapping up the project. At the following link, the "Play Slideshow," "Previous Photo" and "Next Photo" links stop working only when I put in the location of the slide (highlighted in red). If I take that out, obviously I have no slide, but the links work properly. I'm totally stumped at this point, if anyone has any ideas, please let me know! Thank you in advance!

http://www.kohlmanmedia.com/sites/ts4k/gallery.html

                        <li>
                            <a class="thumb" name="gallery1" href="assets/images/slider/slider-gallery/slides/ts4k-gallery-1.jpg" title="">
                                <img src="assets/images/slider/slider-gallery/slide-thumbs/ts4k-gallery-1-th.jpg" alt="" />
                            </a>
                            <div class="caption">
                            </div>
                        </li>


Edit: Solved. I had the div.slideshow a.advance-link style set to too tall a height, and/or a negative top margin that caused it to cover up the link. Adjusted those and it works!