.catListWrapper {
    width: 156px;
}
.catListImage a {
    display: block;
    line-height: 0px;
}
.catListLink {
    height: 19px;
    margin-top: -19px;
    position: relative;
}
.catListLink a {
    display: block;
    text-align: left;
    background-color: #444;
    font-size: 11px;
    height: 15px;
    padding: 2px 5px;
    opacity: 0.75;
    filter: alpha(opacity=75);
}
.catListLink a:link, .catListLink a:visited {
    color: #fff;
    text-decoration: none;
}
.catListLink a:hover, .catListLink a:active, .catListLink a:focus {
    color: #fff;
    text-decoration: underline;
}
#rightcol .content {
    padding-right: 0px;
}
.matrixCell {
    width: 156px;
    height: 156px;
    padding-right: 20px;
    float: left;
    position: relative;
    text-align: center;
    display: inline;
    margin-bottom: 20px;
}
.matrixRow {
    clear: both;
}


