a { background: url(../images/test.jpg) no-repeat scroll 0 0;}a:hover { background: url(../images/test.jpg) no-repeat scroll -228px 0;}
$('a').css('background-position', '-500px 0');
$('a:hover').css('background-position', '-228px 0')