
.ImageCategory {
    background: #fff none repeat scroll 0 0;
    margin: 0px 0 10px;
    position: relative;
    border: 2px solid #1a79eb;
    border-radius: 5px;
    padding: 5px;
}
.ImageCategory .title {
    width: 100%;
    margin-bottom: 15px;
}
.ImageCategory .title span{
    position: relative;
    color: #fff;
    font-weight: bold;
    height: 40px;
    /* line-height: 40px; */
    /* margin-top: 5px; */
    text-transform: uppercase;
    font-size: 13px;
    display: inline-flex;
    background: #fff url(images/tab.png);
    padding: 0 20px;
    /* padding-left: 45px; */
    vertical-align: bottom;
    border-radius: 5px;
    align-items: center;
    padding-right: 5px;
}

.ImageCategory .title span:after{
    content: url(images/be.png);
    margin-left: 10px;
    height: 100%;
    width: 30px;
    display: inline-block;
}

.ImageCategory img {
    height: 265px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    object-fit: cover;
}
.ImageCategory .LibraryItem > a:hover {
    color: #004d98;
}
.ImageCategory .LibraryItem > a {
    font: 13px arial;
    display: inline-block;
    width: 100%;
    color: #212121;
    margin-bottom: 15px;
    text-align: left;
}
.ImageCategory .LibraryList {
    /* border: 1px solid #d2d2d2; */
    /* padding: 25px 0 0 10px; */
    text-align: center;
    padding: 0 5px;
}
.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;
}
