  $(document).ready(function(){

    $("#gallery a[@rel*=lightbox]").lightBox();

    $("a.panorama").click(function(){
      var so = new SWFObject($(this).attr("href"), "panorama", $("img", this).attr("width"), $("img", this).attr("height"), "8", "#ffffff");
      so.write($(this).get(0));      
      return false;
    });
  }

);


