.galleryContainerDiv {
    width: 471px;
    margin-left: 3px;
}
.galleryListDiv {
    float: left;
    margin: 3px;
    background: #fff;
    height: 205px;
    width: 150px;
    background: url("../images/backgrounds/gallery.gif") no-repeat top left;
}
.galleryListDiv .image {
    margin: 9px;
    margin-bottom: 0px;
    display: block;
}
.galleryListDiv .imageMask {
    background: url("../images/elements/gallery/image-mask.gif") no-repeat top left;
    display: block;
}
.galleryListDiv .image, .galleryListDiv .imageMask {
    width: 132px;
    height: 114px;
    display: block;
}
.galleryListDiv a, .galleryListDiv a img {
    border: 0px;
    text-decoration: none;
}
.galleryListTitle {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #905d19;
    display: block;
}
.galleryNoEntry {
    text-align: center;
    font-size: 12px;
}
.galleryTitle {
    font-weight: bold;
}
.galleryImageDiv {
    float: left;
    margin: 5px;
}
.galleryImageDiv .image {
    margin-bottom: 0px;
}
.galleryImageDiv .imageMask {
    background: url("../images/elements/gallery/image-mask.gif") no-repeat top left;
}
.galleryImageDiv .image, .galleryImageDiv .imageMask {
    width: 132px;
    height: 114px;
    display: block;
}
