#container {
  height: 925px;
  }
#content {
  position: absolute;
  top: 175px;
  left: 0;
  width: 985px;
  height: 600px;
  margin: 0;
  background: transparent url(../images/famila.jpg) 0 0 no-repeat;
  z-index: 0;
  }
  
#btnFull {
  display: block;
  position: absolute;
  left: 119px;
  top: 173px;
  width: 280px;
  height: 270px;
  }
#btnFull img {
  position: absolute;
  width: 280px;
  height: 270px;
  }
  
#content img.signature {
  position: absolute;
  left: 474px;
  top: 165px;
  }
#content div.content {
  position: absolute;
  left: 498px;
  top: 233px;
  width: 255px;
  height: auto;
  font: 12px Verdana;
  color: #a7a7a7;
  text-align: justify;
  }
  
#content div.thumbs {
  position: absolute;
  left: 104px;
  top: 485px;
  width: 787px;
  height: 61px;
  }
#content div.thumbs img {
  clear: none;
  float: left;
  margin-right: 21px;
  cursor: pointer;
  border: 1px solid #fff;
  }
#content div.thumbs img.selected {
  border: 1px solid #ffcc00;
  }
  
#content ul.family {
  position: absolute;
  left: 747px;
  top: 268px;
  list-style-type: none;
  padding: none;
  margin: 0;
  }
#content ul.family li {
  margin: 4px 0 4px 0;
  }
#content ul.family li a {
  padding: 3px;
  color: #d1d1d1;
  }
#content ul.family li a:hover {
  color: #eabc03;
  }
  
div#prevNextBtns {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 264px;
  height: 37px;
  margin-left: -132px;
  }
div#prevNextBtns a.image {
  display: block;
  position: relative;
  height: 37px;
  }
a#prev {
  float: left;
  width: 129px;
  background-image: url(../images/btn_prev.gif);
  }
a#next {
  float: right;
  width: 99px;
  background-image: url(../images/btn_next.gif);
  }
  
