.designLinks {
    position: absolute;
    width: 140px;
    margin-right: 25px;
}
.designLinks ul {
    list-style-type: none;
    margin: 25px 0px;
    padding-left: 20px;
}
.designLinks li {

}
.designLinks .designLinkTitle{
    font-weight: bold;
    margin: 15px 0px 8px 0px;
}
.designThumbs {
    text-align: center;
    width: 775px;
    overflow: auto;
    padding-top: 25px;
    padding-left: 165px;
    min-height:600px;
    height:auto !important;
    height:600px;
}
.mmmDesignContainer {
    width: 775px;
    clear: both;
}
.mmmDesign {
    float: left;
    width: 248px;
    padding: 5px 0px;
    background: #F6F8F1;
    margin-bottom: 10px;
    margin-right: 10px;
}
.mmmDesign:hover {
    background: #ebefde;
}
.mmmDesign img {
    display: block;
    margin-left: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}
.mmmDesign a {
    font-size: 16px;
}
#pageNumbers {
    display: inline;
    float: left;
    margin-bottom: 15px;
}
#pageNumbers .current {
    font-weight: bold;
}
#resultsPerPage {
    display: inline;
    float: right;
    margin-right: 11px;
    margin-bottom: 15px;
}
.disabled {
    display: none;
}