.galleryContainer
{
  width :680px;
  border:solid 1px gray;
  min-height:200px;
}

.galleryImage
{
  width : 84px;
  height : 64px;
  padding:2px 0px 0px 2px;
  margin-left:4px;
  display:inline;
}

.galleryImage a
{
    color: White;
    background: none;
    width: 100%;
    text-decoration: none;
}


.galleryImage img
{
  width:80px;
  height:60px;
}


.galleryTable
{
  
}


.galleryTable img
{
   width:80px;
}

.galleryTable colgroup col
{
   width:108px;
   padding:4px;
}

.galleryTable td
{
  vertical-align: middle;
  text-align: center;
}


