img{
  width: auto;
}	
div.img{
  margin: 2px;
  border: 0px solid #ffef9e;
  height: auto;
  width: 320px;
  float: left;
  text-align: center;
}	
div.img img{
  height: 200px;
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.img a:hover img{
  border: 1px solid #0000ff;
}
div.desc{
  text-align: center;
  font-weight: normal;
  width: auto;
  margin: 0px 2px 12px 2px;
}
#content{
  min-width: 540px;
}
.clearthefloats {clear:both;}
