
.ImageCategory {
    background: #fff none repeat scroll 0 0;
    margin: 0 0 8px;
    position: relative;
}
.ImageCategory .title {
    background: #314b27 none repeat scroll 0 0;
    border-radius: 3px 3px 0 0;
    height: 30px;
    text-align: center;
}
.ImageCategory .title span{
    color: #fff;
    font: bold 10pt/30px arial;
    padding-left: 0px;
    text-transform: uppercase;
}
.ImageCategory img {
    display: block;
    height: auto;
    margin: auto auto 10px auto;
    width: 95%;
    /* align-items: center; */
}
.ImageCategory .LibraryItem > a:hover {
    color: #314b27;
}
.ImageCategory .LibraryItem > a {
    font: bold 13px arial;
}
.ImageCategory .LibraryList {
    background: #efefef none repeat scroll 0 0;
    border-radius: 5px;
    padding: 7px 0 0;
    text-align: center;
}
.ImageCategory .LibraryCategoryPager {
    cursor: pointer;
    margin: 10px;
    text-align: right;
}
.ImageCategory .LibraryCategoryPager .CurrentPage {
    cursor: pointer;
    font: bold 14px arial;
    padding: 0 2px;
}
.ImageCategory .LibraryCategoryPager .PageLink {
    font: 12px arial;
    padding: 0 2px;
}
