
.ImageCategory {
    border: 1px solid #cef1dc;
    border-radius: 2px;
    margin: 0 0 10px;
    position: relative;
    text-align: justify;
}
.ImageCategory .title {
    background: rgba(0, 0, 0, 0) url("images/album.png") no-repeat scroll 0 0;
    height: 45px;
    margin-left: 10px;
    width: 100%;
      color: #c60007;
    font: bold 16px/43px arial;
    padding-left: 50px;
    text-transform: uppercase;
}
.ImageCategory .title span {
    color: #c60007;
    font: bold 16px/43px arial;
    padding-left: 0;
    text-transform: uppercase;
}
.ImageCategory img {
    height: 120px;
    margin-bottom: 10px;
    width: 170px;
    display:block;
}
.ImageCategory .LibraryItem > a:hover {
    color: #004d98;
}
.ImageCategory .LibraryItem > a {
    font: bold 13px arial;
    margin-bottom: 10px;
    display: block;
}
.ImageCategory .LibraryList {
    margin: 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;
}
