$(function(){var a=$(".service_box");a.hover(function(){a.not(this).stop().fadeTo(500,0.2)},function(){a.not(this).stop().fadeTo(700,1)})});
