Problems styling (rangeslider, radio-group)

Problems styling (rangeslider, radio-group)

Hi

I Have some problem styling some elements on a mobile app using jqm 1.3 (same problems in 1.2)
The problem seems to be in the html "wrapping" the div holding the widgets. When i test the same html code on a empty page the styling is correct..

the styling errors are. 
1 the slider does style but the "value field" is displayed as a slider.. (i.e. two slider.. ) using   $( ".selector" ).slider();   (using correct selector...) the second slider disappears, but there is no value visible..

2. The radio group is styled correct but does not "change" selected on click..

the code is not on a "page" (data-role="page") but in a div which is $('.page).page(); pageFied..