In the new jQuery mobile there is a new panel option. I have implemented this and it works, but I would like to customize the width of the panel. The standard width is 272px
I think you've made a typo. Try
.ui-panel { width: 150px; }
or if you're issuing that inline, perhaps
Of course, new as I am to jquery, I could be wrong.