
.ImageCategory {
    background: #fff none repeat scroll 0 0;
    margin: 0px 0 10px;
    position: relative;
}
.ImageCategory .title {
    background: url("Images/icon.png") no-repeat scroll right 8px top 9px #126ead;
    border-bottom: 1px solid #ddd;
    height: 30px;
}
.ImageCategory .title span{
    color: #fff;
    display: inline-block;
    font: bold 13px/30px Arial;
    padding-left: 15px;
    text-transform: uppercase;
    white-space: nowrap;
}
.ImageCategory img {
    height: 135px;
    margin-bottom: 5px;
    width: 100%;
    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;
}

.LibraryList table tr td {
	width: 25%;
	padding: 5px;
}