
.ImageCategory {
    background: #fff none repeat scroll 0 0;
    margin: 0;
}
.ImageCategory .title {
    background: #1d446b none repeat scroll 0 0;
    height: 25px;
}
.ImageCategory .title span {
    color: #fff;
    display: inline-block;
    font: bold 14px/25px "Segoe UI",Tahoma,Verdana;
    padding: 0 0 0 15px;
    white-space: nowrap;
}
.ImageCategory img {
    display: block;
    height: 120px;
    margin-bottom: 5px;
    width: 170px;
}
.ImageCategory .LibraryItem > a:hover {
    color: #e44123;
}
.ImageCategory .LibraryItem > a {
    font: bold 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){
div.LibraryList td.LibraryItem {
    width: 100% !important; 
}
} 
