@charset "utf-8";
/* CSS Document */

a img {
    border:0;
}
 
.photogallery .category, .photogallery .photo {
    float: left;
            margin-right: 5px;
            margin-bottom: 5px;
            text-align: center;
            font-size:11px;
            color:White;
            width:112px;
            height:153px;
}
 
.photogallery .category label, .photogallery .photo label {
    padding:2px 5px;
    display:block;
}
 
.photogallery .category a, .photogallery .photo a {
            color:White;
}
 
.photogallery img {
            border: 6px solid #211007;
}
 
.photogallery .categoryTitle {
    font-weight:bold;
    font-size:16px;
    color:White;
    margin:10px 0;
}
