@CHARSET "UTF-8";

#gallery {
    padding: 0;
    padding-left: 20px;
    margin-top: -15px;
}

#gallery .imageCell {
    width: 161px;
}

#gallery .imageCell, #gallery .descCell {
    padding: 15px 0 15px 0;
}

#galleryImgBg {
    width: 141px;
    height: 73px;
    background-image: url(/templates/public/wireframe/images/dirImgBg.jpg);
}

#gallery img {
    margin: 8px;
}

.descCell a, .descCell a:visited {
    color: #004B85;
}

#gallery #galleryTitle {
    padding-bottom: 2px;
}

#galleryTitle a {
    color: #2e80a6; font-weight: bold;
    font-size: 13px; 
    letter-spacing: 1px; 
}