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


.gallery {width:630px; padding:4px; margin-left:auto; margin-right:auto; height:auto;}

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

div.imgright
{
  margin: 2px;
  border: 1px;
  height: auto;
  width: auto;
  float: right;
  text-align: center;
}	



div.img img
{
  display: inline;
  margin: 3px;
  border: 1px #FFFFCC solid;
}
div.img a:hover img {border: 1px #363 solid;}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 200px;
  margin-left:auto;
  margin-right:auto;
  font-size:.9em;
  
}

