div.dokuwiki table.gallery {
    border: none;
    margin: 0;
    text-align:center;
}

div.dokuwiki table.gallery td {
    padding:6px;
}

div.dokuwiki table.gallery td:hover {
    background-color:#DDDDDD;
}

div.dokuwiki table.gallery td a {
    font-family:Tahoma, sans-serif;
    font-size: 7pt;
    text-align:center;
    color:black;
    text-decoration:none;
    margin-top:2px;
}

div.dokuwiki table.gallery img.tn {
  padding: 0;
  border: 6px solid white;
}