
/* W3C GALLERY CSS */
#main img {
    background-color:#FFF;
    background-image:url(../images/image-loading.gif);
    background-repeat:no-repeat;
    background-position: center center;
}

div.img
{
  margin: 6px;
  border: 1px solid #000000;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.img img
{
  display: inline;
  margin: 0px;
  border: 1px solid #ffffff;
}
/* div.img a:hover img {border: 1px solid #000000;} */
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 1px;
}