
.ImageCategory .title {
      background: #2157d7;
      /*background: -moz-linear-gradient(left, #9b0000 0%, #e24f4f 100%);
      background: -webkit-linear-gradient(left, #9b0000 0%,#E03E3E 100%);
      background: linear-gradient(to right, #9b0000 0%,#E03E3EB 100%); 
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b0000', endColorstr='#e24f4f',GradientType=1 );*/
    height: 30px;
    margin: 0;
    color: #ffffff;
    font: bold 12px/30px arial;
    height: 30px;
    text-align: center;
    text-transform: uppercase;
}
.ImageCategory {
    position: relative;
}
.ImageCategory img {
    display: block;
    height: 200px;
    --margin-bottom: 5px;
    --width: 90%;
    object-fit: cover;
}
.ImageCategory div.LibraryItem {
    margin: 0;
    padding-top: 10px;
}
.ImageCategory .LibraryItem > a:hover {
    color: #b7091c;
}
.ImageCategory .LibraryItem > a {
    display: inline-block;
    font: 13px arial;
    width: 100%;
}
.ImageCategory .LibraryList {
    background: #fff none repeat scroll 0 0;
    padding: 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;
}
/*****image category***********/
.LibraryList div table tbody tr {
    display: flex;
    flex-wrap: wrap;
}

.LibraryItem {
    flex: 1;
    flex-basis: 250px;
}
