sweet skin but it doesnt look quite right for me
EDIT: i found the problem
its in the way you hide the tabs
you just use layoutpos=none in the <msbltabs> tag
to fix put the msbltabs inside another hidden element like so:
code:
<element layoutpos=none>
<msbltabs layoutpos=none id=atom(tabmanager) padding=ifhc(rect(0,0,0,6), rect(0,0,0,6))>
</msbltabs>
</element>