if(!$.browser.safari){
  $(function(){
   $("div.contentSlot").corner("10px cc:#869cb2");
  });
  $(function(){	
       $("div.contentSlotVideo").corner("10px cc:#869cb2");
  });
}