
.ImageCategory {
      background: -moz-linear-gradient(top, rgb(21, 138, 208) 0%, rgb(151, 192, 216) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(22, 148, 39, 1)), color-stop(100%, rgba(117, 209, 125, 1)));
  background: -webkit-linear-gradient(top, rgb(21, 138, 208) 0%, rgb(151, 192, 216) 100%);
  background: -o-linear-gradient(top, rgb(21, 138, 208) 0%, rgb(151, 192, 216) 100%);
  background: -ms-linear-gradient(top, rgb(21, 138, 208) 0%, rgb(151, 192, 216) 100%);
  background: linear-gradient(to bottom, rgb(21, 138, 208) 0%, rgb(151, 192, 216) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#169427', endColorstr='#75d17d', GradientType=0);
  border-radius: 10px 10px 0 0;
  margin-bottom: 8px;
  padding: 0;
    position: relative;
}
.ImageCategory .title {
    background: rgba(0, 0, 0, 0) url("images/redbar.png") no-repeat scroll left top;
    height: 31px;
    left: -5px;
    padding: 0;
    position: relative;
    top: 2px;
}
.ImageCategory .title span {
    color: #fff;
    font: bold 13px/25px arial;
    left: 20px;
    position: absolute;
    top: -1px;
    white-space: nowrap;
}
.ImageCategory img {
    display: block;
    height: auto;
    margin-bottom: 5px;
    width: 200px;
    height: 200px;
    object-fit: cover;
}
.ImageCategory .LibraryItem > a:hover {
    color: #004d98;
}
.ImageCategory .LibraryItem > a {
    font: bold 13px arial;
}
.ImageCategory .LibraryList {
    background: #f0f0f0 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;
}
