Problem : gdy ładuje bibliotekę jQuery to Lightbox przestaje działać

Ktoś miał podobny problem ? Jakiś pomysł aby to rozwiązać

. Wrzucam plik testowy na serwer to działa ale jak wrzuce to co widzie wyżej to już nie dziala ! why ?
<link href="bb1.css" rel="stylesheet" type="text/css" /> // mój styl <link rel="stylesheet" type="text/css" href="css/jquery.lightbox-0.5.css" media="screen" /> <script type="text/javascript"> $(function() { $('a').lightBox(); }); </script> <link type="text/css" href="css/smoothness/jquery-ui-1.7.1.custom.css" rel="stylesheet" /> <script type="text/javascript"> $(function(){ // Accordion $("#accordion").accordion({ header: "h3" }); // Datepicker $('#datepicker').datepicker({ inline: true }); }); </script> </head>