img.r
{
float:right;
}

img.c
{
text-align:center;
display:block;
width:350px;
height:350px;
}

img.c1
{
text-align:center;
display:block;

}

div.img
{
  margin: 1px;
  height: auto;
  width: 170px;
float:left;
  text-align: center;
}	

div.img img
{
  display: inline;
  margin: 1px;
  border: 1px solid #ffffff;
  text-align:center;
}

div.img a:hover img 
{
border: 1px solid green;
text-align:center;
}

div.desc
{
  text-align: center;
  font-weight: normal;
  height:100px;
  width: 150px;
	margin:2px;
}


div.deschead
{
  text-align: center;
  font-weight: bold;
  height:60px;
  width: 150px;
  margin: 2px;
  margin-left:10px;
}