.featuredBox {
  position: relative;
  width: 197px;
  height: 100px;
  border-top: 1px solid white;
  background-color: black;
}
.featuredBox.x2 {
  width: 201px;
  height: 110px;
}
.featuredBox .featuredBoxLabel {
  position: absolute;
  width: 100%;
  height: 100%;
  font: bold 11px Verdana, Arial, sans-serif;
  text-align: center;
  line-height: 100px;
  color: white;
  filter:alpha(opacity=0);
  opacity: 0.0;
}
.featuredBox .featuredBoxImage {
  position: absolute;
  width: 100%;
  height: 100%;
  filter:alpha(opacity=100);
  opacity: 1;
}
.featuredBox.x2 .featuredBoxImage img {
  width: 201px;
  height: 110px;
}
.featuredBox .featuredBoxLink {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.featuredBox .featuredBoxLink img {
  filter:alpha(opacity=0);
  opacity: 0;
}
.featuredBox img {
  border: none;
}
.featuredBox:hover .featuredBoxLabel {
  filter:alpha(opacity=100);
  opacity: 1;
}
.featuredBox:hover .featuredBoxImage {
  filter:alpha(opacity=20);
  opacity: 0.2;
}

.featuredBoxesTable {
  border-collapse: collapse;
  border: 33px solid black;
  background-color: black;
  
  }
.featuredBoxesTable td {
  padding: 0;
  border-right: 1px solid white;
  border-left: 1px solid white;
}
