#ws_catalog_section .unactive {
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #E6E6E6;
}
#ws_catalog_section .unactive a {
    cursor: default;
    color: #333;
}
#ws_catalog_section .caption {
    width: 100%;
}
