
$(document).ready(function(){$('.mfgr00,.mfgr01,.mfgr02,.mfgr03,.mfgr04,.mfgr05,.mfgr06,.mfgr07,.mfgr08,.mfgr09,.mfgr10,.mfgr11,.mfgr12,.mfgr13').mouseleave(function(){var bgp=$(this).css('background-position').split(' '),x=bgp[0],y=bgp[1];if(x=='-101px'){$(this).css('background-position','0px '+y);}});});
