div#gal {
  width:201px;
}

#gal table{
  margin:8px 6px 10px 5px;
  width:201px;
  height:295px;
  table-layout:fixed;
}

#gal table td{
  text-align:center;
  vertical-align:middle;
  width:85px;
  height:85px;
}

#gal table td img{
  border:none;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  opacity: 0.8;
}

#gal table td img:hover {
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
}
