jQuery(document).ready(function() {
            jQuery('.leftmenu_customization_outer_div').corner("round bottom 10px");
        jQuery('.leftmenu_customization').corner("round bottom 10px");
                jQuery('.middle_customization_outer_div').corner("10px");
                
        jQuery('.middle_customization').corner("10px");
        jQuery('.outermost_container').corner("10px");
        //lets load zoom in
    try
    {
        if(typeof(pimg)!="undefined")
        {
            pimg();
        }
    }
    catch(e)
    {
        
    }
});

