
.ImageCategory {
    background: #fff none repeat scroll 0 0;
    margin: 10px 0;
    position: relative;
}
.ImageCategory .title {
    background: rgba(0, 0, 0, 0) url("Images/album.png") no-repeat scroll left bottom;
    border-radius: 5px 0 0;
    color: #fff;
    font: bold 13px/24px arial;
    height: 25px;
    padding-left: 15px;
    position: absolute;
    text-transform: uppercase;
    top: -12px;
    width: 100%;
}
.ImageCategory img {
    display: block;
    height: 120px;
    margin-bottom: 5px;
    width: 170px;
}
.ImageCategory .LibraryItem > a:hover {
    color: #004d98;
}
.ImageCategory .LibraryItem > a {
    display: inline-block;
    font: bold 13px arial;
    width: 170px;
}
.ImageCategory .LibraryItem {
}
.ImageCategory .LibraryList {
    background: #f0f0f0 none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 25px 0 0;
}
.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;
}
