$jq(document).ready(function(){

   
    var isIE6 = jQuery.browser.msie && jQuery.browser.version.substr(0,1) =='6';
    var isIE7 = jQuery.browser.msie && jQuery.browser.version.substr(0,1) =='7';

   if(isIE7) {
      $jq(".tabset li .top .center").each(function(){
          var width=$jq(this).parent().width()-10;
         $jq(this).css("width", width+"px"  );
      });
      /*$jq(".block-mod-002.home .more .bottom .center").each(function(){
          var width=$jq(this).parent().parent().width()-10;
         $jq(this).css("width", width+"px"  );
      });*/
   }    
   
  
          
          /*DD_roundies.addRule('#main-menu', '3px');          
          DD_roundies.addRule('#link17133', '0 0 5px 5px');
          DD_roundies.addRule('.block-mod-002 .more', '0 0 5px 5px');
          DD_roundies.addRule('.block-mod-001', '5px');
          DD_roundies.addRule('.shadowed .more', '0 0 5px 5px');*/
   

   
   /*$jq(".tab-container").hide();*/
})


