#gallery-image {
    margin-top: 0;
    text-align: center;
}
#gallery-image img {
    padding: .25em;
    border: 1px solid black;
}
figcaption a {
    color: black;
    text-decoration: none;
}
#caption {
    text-align: center;
}
#caption p {
    font-size: 16px;
}
#gallery-nav {
    margin: auto;
    text-align: center;
}
#gallery-nav p {
    margin: 0;
    font-size: 120%;
    font-weight: bold;
    padding: .25em .33em;
    display: inline-block; /* Shrink-wrap the border. */
    border: 2px solid #060;
}
#gallery-nav a,
#gallery-links a {
    color: #663366;
    text-decoration: none;
}
#gallery-links {
    text-align: center;
}
