#thumbs {
    margin: 0;
}   

#thumbs td {
    text-align: center;
    vertical-align: middle;
    padding: 5px 7px;
}   

#thumbs a {
    border: 3px solid #DDD;
    padding: 0;
    display: block;
    float: left;
}

#thumbs a img {
    float: left;
}

#thumbs a:hover {
    background: transparent;
    border-color: #1B5E71;
}

#content {
    margin-top: 43px;
    min-height: 450px;
    height: 450px;
    padding: 0 0 0 30px;
}

html>body #content {
    height: auto;
}

#content img {
    border: 3px solid #DDD;
}   

#content .caption {
    padding: 0 0.5em;
}

.photo-instructions {
    margin: 0 2em 1em 1em;
    text-align: left;
}