
.ImageCategory {
    margin: 10px auto;
    position: relative;
    text-align: justify;
    width: 1150px;
    padding-bottom: 20px;
}
.ImageCategory .title {
    height: 60px;
    text-align: center;
    width: 100%;
}
.ImageCategory .title span {
    color: #c60007;
    font: bold 23px/55px verdana;

}
.ImageCategory img {
    display: block;
    height: 180px;
    margin-bottom: 5px;
    width: 260px;
}
.ImageCategory .LibraryItem > a:hover {
    color: #004d98;
}
.ImageCategory .LibraryItem > a {
    color: #8d6000;
    font: bold 15px verdana;
}
.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;
}
