if(typeof Prototype=="undefined"){throw"Unable to load Shadowbox, Prototype framework not found"}var Shadowbox={};Shadowbox.lib={adapter:"prototype",getStyle:function(B,A){return Element.getStyle(B,A)},get:function(A){return $(A)},remove:function(A){Element.remove(A)},getTarget:function(A){return Event.element(A)},preventDefault:function(A){Event.stop(A)},getPageXY:function(B){var A=Event.pointer(B);return[A.x,A.y]},keyCode:function(A){return A.keyCode},addEvent:function(C,A,B){Event.observe(C,A,B)},removeEvent:function(C,A,B){Event.stopObserving(C,A,B)},append:function(B,A){Element.insert(B,A)}};
