/*
* Family
*/
.family
{
    width: 800px;
    height: 365px;
    background: url(../images/family-800.gif);
    position: relative;
  }

  .family li
  {
    position: absolute;
    list-style: none;
    display: block;
  }

  .family li a
  {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 10;
  }

  .family a:hover
  {
    background: transparent url(../images/family-800.gif) 0 0 no-repeat;
  }

  /*
  * Igor
  */
  .family .Igor,
  .family .Igor a
  {
    width: 205px;
    height: 300px;
  }

  .family .Igor
  {
    left: 215px;
    top: 35px;
  }

  .family .Igor a:hover
  {
    background-position: -215px -765px;
  }

  /*
  * Sterre
  */
  .family .Sterre,
  .family .Sterre a
  {
    width: 170px;
    height: 185px;
  }

  .family .Sterre
  {
    left: 160px;
    top: 75px;
  }

  .family .Sterre a:hover
  {
    background-position: -160px -440px;
  }

  /*
  * Sandy
  */
  .family .Sandy,
  .family .Sandy a
  {
    width: 145px;
    height: 275px;
  }

  .family .Sandy
  {
    left: 390px;
    top: 65px;
  }

  .family .Sandy a:hover
  {
    background-position: -390px -1160px;
  }

  /*
  * Catho
  */
  .family .Catho,
  .family .Catho a
  {
    width: 85px;
    height: 100px;
  }

  .family .Catho
  {
    left: 370px;
    top: 105px;
  }

  .family .Catho a:hover
  {
    background-position: -370px -470px;
  }

  /*
  * Febe
  */
  .family .Febe,
  .family .Febe a
  {
    width: 95px;
    height: 105px;
  }

  .family .Febe
  {
    left: 465px;
    top: 120px;
  }

  .family .Febe a:hover
  {
    background-position: -465px -485px;
  }

  /*
  * Baloe
  */
  .family .Baloe,
  .family .Baloe a
  {
    width: 140px;
    height: 170px;
  }

  .family .Baloe
  {
    left: 495px;
    top: 175px;
  }

  .family .Baloe a:hover
  {
    background-position: -495px -905px;
  }
