div.lib
{
  margin:2px;
  width: auto;
  height: auto;
  float: left;
}

div.img
{
  margin: 4px;
  border: 0px solid #0000ff;
  height: auto;
  width: 106px;
  float: left;
  text-align: center;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 0px solid #ffffff;
}
div.img a:hover img {border: 0px solid #0000ff;}
div.desc
{
  text-align: left;
  font-weight: normal;
  width: 150px;
  margin: 5px;
  float: left;
}

div.review
{
  text-align: left;
  font-weight: normal;
  width: 430px;
  margin: 10px;
  float: left;
}

.clear
{
     clear: both;
     display: block;
     overflow: hidden;
     width: 0;
     height: 0;
}

div.recent
{
  margin:2px;
  width: auto;
  height: auto;
  float: center;
}

div.imgsml
{
  margin: 4px;
  border: 0px solid #0000ff;
  height: auto;
  width: 90px;
  float: left;
  text-align: center;
}	
