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);
alert(style.textAlign)
or
alert(style["textAlign"]);