
#GalleryLink {
    color: #a00000;
    font-size: 12px;
    height: 15px;
    line-height: 3em;
    margin: 20px 0 0 0;
}
#GalleryLink ul li {
    border-top: 1px solid #888888;
    border-right: 1px solid #888888;
    float: left;
}
#GalleryLink ul li#forest {
    border-left: 1px solid #888888;
    width: 72px;
} 
#GalleryLink ul li#natural {
    width: 107px;
}
#GalleryLink ul li#simple {
    width: 95px;
}
#GalleryLink ul li#vintage {
    width: 162px;
}
#GalleryLink ul li#rustic {
    width: 128px;
}
#GalleryLink ul li p {
    display: block;
    font-size: 11px;
    padding: 0 7px;
}
#GalleryLink ul li a {
    background-color: #e3e3e3;
    color: #333;
    display: block;
    font-size: 11px;
    height: 3em;
    padding: 0 7px;
}
#GalleryLink ul li a:hover {
    background-color: #f0f0f0;
    color: #a00000;
}