$(document).ready(function(){$("li",$("#qaList")).each(function(i){$(this).hover(function(){$(this).find("article").css("opacity",0.85);$(this).find("img.openBtn").animate({right:"-1px",bottom:"-1px"},150);},function(){$(this).find("article").css("opacity",1).show(0,function(){if(browser=="IE7"||browser=="IE8"){this.style.removeAttribute("filter")};});$(this).find("img.openBtn").animate({right:"-44px",bottom:"-44px"},200);});});$("li",$("#qaList")).biggerlink();});
