/* Floatbox v3.52.2 */
Floatbox.prototype.setOpacity_module=function(C,E,D,I){var K=this;D=D||0;var H=+(C.style.opacity||0),J=E/100;K.clearTimeout["fade_"+C.id];var F=(H<=J&&J>0);if(D>10){D=10}if(D<0){D=0}if(D===0){H=J;var B=1}else{var G=Math.pow(100,0.1),A=D+((10-D)/9)*(Math.log(2)/Math.log(G)-1),B=1/Math.pow(G,A)}if(F){if(C.style.removeAttribute){C.style.filter="alpha(opacity="+H*100+")"}C.style.opacity=H+"";C.style.display=C.style.visibility=""}else{B=-B}K.stepFade(C,H+B,J,B,F,I)};Floatbox.prototype.stepFade=function(D,B,E,G,A,F){var C=this;if(!D){return }if((A&&B>=E)||(!A&&B<=E)){B=E}if(D.style.removeAttribute){D.style.filter="alpha(opacity="+B*100+")"}D.style.opacity=B+"";if(B===E){delete C.timeouts["fade_"+D.id];if(D.style.removeAttribute&&E>=1){D.style.removeAttribute("filter")}if(F){F()}}else{C.setTimeout("fade_"+D.id,function(){C.stepFade(D,B+G,E,G,A,F)},20)}};

