/*
     http://creativecommons.org/licenses/by-nc-sa/3.0/
*/
if(typeof Prototype=="undefined")throw"Unable to load Shadowbox, Prototype framework not found";var Shadowbox={};
Shadowbox.lib={getStyle:function(a,b){return Element.getStyle(a,b)},setStyle:function(a,b,c){if(typeof b!="object"){var d={};d[b]=c;b=d}Element.setStyle(a,b)},get:function(a){return $(a)},remove:function(a){Element.remove(a)},getTarget:function(a){return Event.element(a)},preventDefault:function(a){Event.stop(a)},addEvent:function(a,b,c){Event.observe(a,b,c)},removeEvent:function(a,b,c){Event.stopObserving(a,b,c)},append:function(a,b){Element.insert(a,b)}};