
/* Family content */
.thumb-wrapper {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.thumb-wrapper img {
  width: 300px;
  height: 225px;
}
.thumb-title {
  display: block;
  background-color: #F1F1F1;
  text-align: center;
  font-weight: bold;
}
.mouseOverDiv {
  position: absolute;
  top: 0px;
  width: 300px;
  height: 225px;
  z-index: 10;
}
.mouseOverDiv > div {
  width: 50%;
  height: 100%;
}
.leftDiv {
  float: left;
}
.rightDiv {
  float: right;
}
.defaultImg {
  display: inherit;
}
.maleImg {
  display: none;
}
.femaleImg {
  display: none;
}
/* END IF Family content */