
.ImageCategory {
    background: #fff none repeat scroll 0 0;
    margin: 0 0 8px;
    position: relative;
}
.ImageCategory .title {
    background: #da2525;
    border-radius: 0;
    height: 30px;
    display: flex;
    align-items: center;
    color: #fff;
    font: bold 12px/26px arial;
    padding-left: 5px;
    text-shadow: 0 1px 0 #000;
    text-transform: uppercase;
    white-space: nowrap;
}
.ImageCategory img {
    display: block;
    height: 130px;
    margin-bottom: 10px;
    width: 100%;
}
.ImageCategory .LibraryItem > a:hover {
    color: #620101;
}
.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;
min-height: 150px;}
.ImageCategory .LibraryList td{
    width:20%;
    padding:10px;
}
.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;
}
