Override jquery styling function

Override jquery styling function

Hello,
i find the automatical theming ability of jquery is a nice idea. But sometimes, i dont want this styling to be applied because it ruins my page layout.

In YUI, we can define which part of the page should be automatically styled by adding class "yui-skin-sam" to the parent block.

Should we use this method too in jquery mobile, so that we can combine both the powerful styling ability of jquery but still reserve the freedom for developers to create page layout.

Thanks for attention.