Sprites are about putting many images in a single image and then use css to display it.
This allow to have only one request to download all images, so it's much more efficient for client and the server.
http://www.w3schools.com/css/css_image_sprites.asp
And there is lot of other advantages for the website that we can discuss in private if you like.