/* 
	html > body is for modern browsers and firefox
	* html is for IE 6 and below
*/

.img
{
  margin: 2px;
  border: 1px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
.img a:hover img {border: 1px solid #0000ff;}
.desc
{
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
}