@font-face {
  font-family: 'Roboto';
  src: url('../../../Fonts/Roboto-Bold.ttf') format('truetype');
}
.ImageCategory {
    background: #fff none repeat scroll 0 0;
    margin: 0 0 8px;
    position: relative;
}
.ImageCategory .title {
    background: #ca0606 url("Images/bar.png") no-repeat scroll right center;
    border-radius: 5px 5px 0 0;
    height: 26px;
    color: #fff;
    font: 13px/26px Roboto;
    padding-left: 15px;
    text-transform: uppercase;
}
.ImageCategory img {
    display: block;
    height: 135px;
    margin-bottom: 10px;
    width: 95%;
    object-fit: cover;
}
.ImageCategory .LibraryItem > a:hover {
    color: #620101;
}
.ImageCategory .LibraryItem > a {font-weight: bold;}
.ImageCategory .LibraryList {
    background: #efefef none repeat scroll 0 0;
    border-radius: 5px;
    padding: 10px 0 5px 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;
}
