/* Main Gallery Table */

table.gallerytable
{
}

table.gallerytable td
{
  padding: 5px 2px;
}

table.gallerytable td a img
{
  border: 1px solid #FFFFFF;
  height: 55px;
}

table.gallerytable td a:hover img
{
  border: 1px solid #DFDFDF;
}

/* Gallery Images Table */

table.imagetable
{
}

table.imagetable td
{
  padding: 5px;
  text-align: center;
}

table.imagetable td a img
{
  border: 1px solid #FFFFFF;
  height: 55px;
}

table.imagetable td a:hover img
{
  border: 1px solid #DFDFDF;
}

/* Other Gallery Styles */

a.thumblink
{
  display: block;
  float: left;
  margin: 0 10px 5px 0;
  text-align: center;
}