Sprite3D wraps HTML elements with the necessary behaviours to easily control their 3D-position using a simple Javascript syntax. To create a Sprite object, you can either supply an existing DOM object or let the library create an empty <div> (you can apply a CSS class to the DOM element after its creation).
3D positionning is achieved via CSS3 3D transforms, which are currently supported by WebKit and Firefox 10.
