
.ImageCategory {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    margin: 0;
    position: relative;
}
.ImageCategory .title {
    background: rgba(0, 0, 0, 0) url("images/album.png") no-repeat scroll left 10px center;
    height: 50px;
    padding: 0 8px;
}
.ImageCategory .title span {
    border-bottom: 2px solid #f94000;
    color: #f94000;
    display: inline-block;
    font: bold 16px/43px "Segoe UI",Tahoma,Verdana;
    padding: 0 0 0 52px;
    text-transform: uppercase;
    white-space: nowrap;
    width: 93%;
}
.ImageCategory img {
    display: block;
    height: 105px;
    margin-bottom: 5px;
    width: 160px;
}
.ImageCategory .LibraryItem > a:hover {
    color: #f94000;
}
.ImageCategory .LibraryItem > a {
    font: bold 13px arial;
}
.ImageCategory .LibraryList {
    padding: 10px;
    text-align: center;
}
.ImageCategory .LibraryCategoryPager {
    cursor: pointer;
    margin: 5px 0;
    text-align: right;
}
.ImageCategory .LibraryCategoryPager .CurrentPage {
    cursor: pointer;
    font: bold 14px arial;
    padding: 0 2px;
}
.ImageCategory .LibraryCategoryPager .PageLink {
    font: 12px arial;
    padding: 0 2px;
}
