
.ImageCategory {
    background: #fff none repeat scroll 0 0;
    margin: 0px 0 10px;
    position: relative;
}
.ImageCategory .title {
    background: #1a79eb;
    height: 35px;
    width: 100%;
}
.ImageCategory .title span{
    position: relative;
    color: #207ae3;
    font-weight: bold;
    height: 34px;
    margin-left: 10px;
    line-height: 35px;
    margin-top: 5px;
    border-radius: 8px 8px 0 0;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    background: #fff url(images/g.png) 9px center no-repeat;
    padding: 0 20px;
    padding-left: 45px;
    vertical-align: bottom;
}
.ImageCategory img {
    height: 165px;
    margin-bottom: 5px;
    width: 240px;
    display: block;
}
.ImageCategory .LibraryItem > a:hover {
    color: #004d98;
}
.ImageCategory .LibraryItem > a {
    font: bold 13px arial;
}
.ImageCategory .LibraryList {
    border: 1px solid #d2d2d2;
    padding: 25px 0 0 10px;
    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;
}
