Switch the direction with arrow-keys

$('#sprite').sprite({
	image: 'img/sprite.png',
	row: 0,
	width: 37,
	height: 57,
	margin: 0,
	frames: 12,
	interval: 70 // FPS = 1000 / 70 = ~14
});

Sprite modified from here