Facebox messes up other jQuery calls once used

Facebox messes up other jQuery calls once used

Currently I am using Facebox to load an external page in a lightbox.
The issue is I have other jQuery on the page and it works fine if I do
not click on the facebox links but once I click the Facebox link and
then click the other items they no longer work.

Example Page

The facebox jquery is used with the right column boxes called
'FOLIAGE', 'TRUNK', 'BASE', etc....  If you click it calls an external
page like so:
<a href="javascript: jQuery.facebox({ajax:'01.aspx?PopID=1">xxx</a>




My other jQuery lightbox links is in the Specifications section and if
you click on the 3 ?'s:
-ADDITIONAL SIZES
-TRUNK
-BASE
**These work before clicking on facebox items above.






Any thoughts on why this happens?