
.ImageCategory {
    background: #fff none repeat scroll 0 0;
    margin-top: 10px;
}
.ImageCategory .title {
    height: 35px;
    background: #0F5BB8;
}
.ImageCategory .title span {
    color: #fff;
    font: bold 13px/35px "Segoe UI",Tahoma,Verdana;
    text-transform: uppercase;
    margin-left: 10px;
}
.ImageCategory img {
    display: block;
    height: 180px;
    margin-bottom: 5px;
    width: 270px;
    padding: 0 3px;
}
.ImageCategory .LibraryItem > a:hover {
    color: #e44123;
}
.ImageCategory .LibraryItem > a {
    font: bold 13px arial;
}
.ImageCategory .LibraryList {
    padding: 5px;
    text-align: center;
    width: 270px;
}
.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;
}
