@CHARSET "UTF-8";

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

#gallery .imageCell {
    width: 110px;
}

#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;
}