div#hold { 
  position:relative; width:360px; height:20px; 
  z-index:1000; 
  }
div#wn { 
  position:absolute; left:0; top:0;
  width:360px; height:20px; z-index:1;
  clip:rect(0, 360px, 20px, 0); overflow:hidden;
  }
div#cnt { position:absolute; z-index:1 }

table#imgTbl td {
  width:360px; height:20px; 
  vertical-align:top;
  }

.Newstitel
{
  width:360px;
  font-size:11px;
  color:#c0c0c0;
  text-align:left;
}