/* CSS Document */

div#images{text-align:center;}
  div#image-test{
    background-color:#f00;
    width:465px;
	height:430px;
  }
  div#description{
    width:465px;
	margin-top:10px;
  }
  div#previous-piece{
    width:80px;
    float:left;
  }
  div#title{
	width:305px;
	float:left
  }
  div#next-piece{
    width:80px;
	text-align:right;
    float:right;
  }


.lthumb{
  margin-right:3px;
}
.sthumb{
  margin-right:3px;
  margin-bottom:3px;
}

div#thumbs{
  width:400px;
}
