 #news div {
  visibility:hidden;
 }
 #news, #news div.default {
   width:100%;
   height:100%;
   overflow:hidden;
   visibility:visible;
 }
 #news table tr td div {
  visibility:visible;
 }

 #news {
   background-color:transparent;
   margin:0px auto;
 }
