Using this script to make a style object of all the inherited etc styles.
var style = css($(this)); alert (style.width); alert (style.text-align);
The object property names are not one-to-one matches for the css names.