  a {
      color: #00f;
  }
  table.gallery {
      padding: 5px;
      width: 100%;
  }
  table.gallery td {
      text-align: center;
  }
  table.gallery img {
      padding: 5px;
      margin: 2px;
      border: 1px solid #ccc;
      max-width: 120px;
      max-height: 120px;
  }
  .mbf-item { display: none; }
<!--[if lte IE 6]>
   <style type="text/css">
     table.gallery img {
         width:expression(document.body.clientWidth > 120? "120px": "auto" );
         height:expression(document.body.clientHeight > 120? "120px": "auto" );
     }
   </style> 
 <![endif]-->

