$(function(){$(".op").fadeTo(0,0.7).hover(function(){$(this).fadeTo("normal",1)},function(){$(this).fadeTo("normal",0.7)})});
