(function(a){function b(){}b.prototype={fadeSpeed:400};a.fn.rollover=function(d){var c=a.extend(new b,d);this.children(".rollover-hover").css({opacity:0,visibility:"visible"}).unbind("mouseover.rollover mouseout.rollover").bind("mouseover.rollover",function(){a(this).stop().fadeTo(c.fadeSpeed,1)}).bind("mouseout.rollover",function(){a(this).stop().fadeTo(c.fadeSpeed,0)});return this}})(jQuery);
