@charset "utf-8";
/* CSS Document */

div.container{
	height:150px;
	width:auto;
	}

div.img
{
  margin: 15px;
  border: 1px solid #CCCCCC;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #CCCCCC;
  
}
div.img a:hover img 
{
	border: 1px solid #FF0000;
}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
}