.squareFeaturedBox {
  position: relative;
  width: 197px;
  height: 197px;
  border-top: 1px solid white;
  background-color: black;
}
.squareFeaturedBox.x2 {
  width: 201px;
  height: 201px;
}
.squareFeaturedBox .featuredBoxOverlay, .flashlet .overlay {
    position: absolute;
    bottom: 10px;
    right: 0px;
    padding: 3px;
    border: 2px solid white;
    border-right: none;
    background-color: black;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 16px;
    color: white;
    z-index: 1;
}
.squareFeaturedBox .featuredBoxOverlay .int, .flashlet .overlay .int {
  font-weight: bold;
}
.squareFeaturedBox .featuredBoxOverlay .dec, .flashlet .overlay .dec {
  vertical-align: top;
  font-size: 10px;
}
.squareFeaturedBox .featuredBoxLabel {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  font: bold 11px Verdana, Arial, sans-serif;
  text-align: center;
  color: white;
  filter: alpha(opacity=0);
  opacity: 0.0;
}
.squareFeaturedBox .featuredBoxImage {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=100);
  opacity: 1;
  transition: opacity 0.2s ease;
}
.squareFeaturedBox.x2 .featuredBoxImage img {
  width: 201px;
  height: 201px;
}
.squareFeaturedBox .featuredBoxLink {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.squareFeaturedBox .featuredBoxLink img {
  filter:alpha(opacity=0);
  opacity: 0;
}
.squareFeaturedBox img {
  border: none;
}
.squareFeaturedBox:hover .featuredBoxLabel {
  filter:alpha(opacity=100);
  opacity: 1;
}
.squareFeaturedBox:hover .featuredBoxImage {
  filter:alpha(opacity=20);
  opacity: 0.2;
}
.squareFeaturedBox:hover .featuredBoxOverlay ~ .featuredBoxImage {
  filter:alpha(opacity=100);
  opacity: 1;
}


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