#container {
  height: 925px;
  }
#content {
  position: absolute;
  top: 175px;
  left: 0;
  width: 985px;
  height: 668px;
  margin: 0;
  background: transparent url(../images/bg_artist.jpg) 0 0 no-repeat;
  }
#btnFull {
  display: block;
  position: absolute;
  left: 91px;
  top: 143px;
  width: 358px;
  height: 245px;
  }
#btnFull img {
  position: absolute;
  width: 358px;
  height: 245px;
  }
#content img.title {
  position: absolute;
  left: 548px;
  top: 174px;
  }
#content div.content {
  position: absolute;
  left: 521px;
  top: 227px;
  width: 334px;
  height: auto;
  font: 12px Verdana;
  color: #787878;
  text-align: justify;
  }
#content div.signature {
  position: relative;
  width: 200px;
  height: 125px;
  margin: 0;
  background: transparent url(../images/sig_ben_kendall.gif) 0 0 no-repeat;
  }
#content div.thumbs {
  position: absolute;
  left: 84px;
  top: 408px;
  width: auto;
  }
#content div.thumbs img {
  clear: none;
  float: left;
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid #fff;
  }
#content div.thumbs img.selected {
  border: 1px solid #757575;
  }
#content div.nextPrev {
  position: absolute;
  left: 138px;
  top: 578px;
  width: 293px;
  height: 32px;
  }
#content div.nextPrev img {
  clear: none;
  float: left;
  cursor: pointer;
  }
#content div.nextPrev img:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  }
  
