.fancyzoom-thumbs-table {
  border: 0;
}

.fancyzoom-thumbs-table td {
  width: 160px;
  height: 160px;
  padding: 5px;
  background-color: rgb(255,255,255);
  text-align: center;
  vertical-align: middle;
}


.thumb-hoch {
  height: 150px;
  border: 0;
}
.thumb-quer {
  width: 150px;
  border: 0;
}
.thumb-quad {
  height: 140px;
  border: 0;
}
.thumb-empty {
  height: 160px;
  width: 160px;

  opacity: 0.0;       /* modern browser */  
  -moz-opacity: 0.0;  /* older Mozilla browser */  
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE8 in Standard Compliant Mode */  
  filter:alpha(opacity=0); /* IE5.x -7.0 */  
}