Insert this in a code module on the page to clear the sitewrench stylesheet being brought in
<script> $('link[rel=stylesheet][href~="/javascripts/jquery-themes/smoothness/jquery-ui-1.8.18.custom.css"]').remove(); </script>