if(typeof MooTools=="undefined"){throw"Unable to load Shadowbox, MooTools library not found."}var Shadowbox={};Shadowbox.lib={getStyle:function(D,C){return $(D).getStyle(C)},setStyle:function(H,I,G){H=$(H);if(typeof I!="object"){var F={};F[I]=G;I=F}for(var J in I){H.setStyle(J,I[J])}},get:function(B){return $(B)},remove:function(B){B.parentNode.removeChild(B)},getTarget:function(B){return B.target},preventDefault:function(B){new Event(B).preventDefault()},addEvent:function(E,D,F){$(E).addEvent(D,F)},removeEvent:function(E,D,F){$(E).removeEvent(D,F)},animate:function(P,L,M,J){var I={duration:(M*1000)};if(typeof J=="function"){I.onComplete=J}var O=new Fx.Styles(P,I);var K={};for(var N in L){K[N]=String(L[N].to);if(N!="opacity"){K[N]+="px"}}O.start(K)}};