$(function(){
        $('div.round').wrap('<div class="jBorder"></div>');
        $("div.round").corner("round 8px tr bl").parent().css('padding', '2px').corner("round 10px tr bl");
        
        $('div.roundHome').wrap('<div class="jBorderHome"></div>');
        $("div.roundHome").corner("round 8px tr bl").parent().css('padding', '2px').corner("round 10px tr bl");
        
        $('li.sectionRound').wrap('<div class="jSectionBorder"></div>');
        $("li.sectionRound").corner("round 8px tr bl").parent().css('padding', '2px').css('position', 'relative').corner("round 10px tr bl");
        
        var imgWidth = $("div.imgRound").width(); 
        //alert($("#DivideMain").height() - $("#SubNav").height() );
        $("div.imgRound").width(imgWidth); 
        $("div.imgRound").corner("round 16px br");
       
        
        
        $("#ctl00_cpSubNav_tm_sitefinity_usercontrols_navigation_sitepanelbar_ascx1_RadPanelbar1").corner("round 20px tr ");
        
        
	});