.ImageCategory .title {
  background: #2196f3;
  color: #ffffff;
  font: bold 15px/30px times new roman;
  padding-left: 15px;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
}

.ImageCategory {
    position: relative;
}

.ImageCategory img {
    display: block;
    height: 110px;
    margin-bottom: 5px;
    width: 160px;
}
.ImageCategory .LibraryItem {
    padding: 5px 1px;
}
.ImageCategory .LibraryItem > a:hover {
    color: #036E6A;
}
.ImageCategory .LibraryItem > a {
    font: 15px times new roman;
}
.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;
}
