

#gallery {
    float: right;
    clear: right;
    text-align: left;
    border-left: 10px solid #fff;
}
#gallery img {
    margin-left: 6px;
    border: 4px solid #ccc;
}
#gallery-view {
}
#gallery .thumbs img {
    cursor: hand;
    margin: 6px 0 0 6px;
}
#gallery .thumbs img.active {
    border: 4px solid #8c851b;
}
#gallery-description {
    display: none;
    margin: 6px 0 0 6px;
    width:  300px;
    height: 45px;
    font-size: 8pt;
    font-weight: bold;
    line-height: 1.5em;
}
