
.ImageCategory {
    background: #fff none repeat scroll 0 0;
    margin: 0;
    position: relative;
}
.ImageCategory::before {
    background: rgba(0, 0, 0, 0) url("images/photo.png") repeat scroll 0 0 / 100% 100%;
    content: "";
    height: 15%;
    left: 10px;
    position: absolute;
    top: 5px;
    width: 34px;
    z-index: 4;
}
.ImageCategory .title {
    background: #0079c8 none repeat scroll 0 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: block;
    padding: 6px 30px 6px 40px;
    position: relative;
    text-transform: uppercase;
    font: bold 15px arial;
    color: #fff;
}
.ImageCategory .title::after {
    background: rgba(0, 0, 0, 0) url("images/r.png") no-repeat scroll 0 0 / 100% 100%;
    bottom: 0;
    content: "";
    height: 70%;
    position: absolute;
    right: 0;
    width: 56px;
}
.ImageCategory .title::before {
    background: rgba(0, 0, 0, 0) url("images/l.png") no-repeat scroll 0 0 / 100% 100%;
    border-top-left-radius: 5px;
    content: "";
    height: 70%;
    left: 0;
    position: absolute;
    top: 0;
    width: 56px;
}
.ImageCategory .title span {
    color: #fff;
    display: inline-block;
    font: bold 14px/24px "Segoe UI",Tahoma,Verdana;
    padding: 0 0 0 15px;
    text-transform: uppercase;
    white-space: nowrap;
}
.ImageCategory img {
    display: block;
    height: 125px;
    margin-bottom: 10px;
    width: 185px;
}
.ImageCategory .LibraryItem > a:hover {
    color: #e44123;
}
.ImageCategory .LibraryItem > a {
    font: 13px arial;
}
.ImageCategory .LibraryList {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #ddd;
    padding: 5px;
    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;
}
@media only screen and (max-width: 768px)
        {
       .LibraryList td.LibraryItem {
                display: inline-block !important; 
        }
                .ImageCategory::before {
            background: rgba(0, 0, 0, 0) url(images/photo.png) repeat scroll 0 0 / 100% 100%;
            content: "";
            height: 9%;
            left: 10px;
            position: absolute;
            top: 5px;
            width: 34px;
            z-index: 4;
        }
}
