.cardimgcrop
{
    width: 239px;
    height: 155px;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 9px 8px 0px;
}
.project_thumb
{
    width: 239px;
    height: 205px;
    position: relative;
    float: left;
}
.project_feed_thumb .hover
{
    text-decoration: none;
}
.project_feed_thumb .nohover
{
    text-decoration: none;
}

/* THUMBNAIL STYLES */
.thumb_title, .thumb_title a, .thumb_title a:visited
{
    font-family: Arial;
    text-align: left;
    color: White;
    font-size: 12px;
    font-weight: bold;
    margin: 7px 0px 0px 9px;
    line-height: 15px;
    overflow: hidden;
    white-space: nowrap;
    width: 239px;
}
.thumb_tag
{
    font-family: Arial;
    text-align: left;
    color: #a7a9ac;
    font-size: 11px;
    line-height: 15px;
    margin: 3px 0px 0px 10px;
}

.project_feed_thumb
{
    float: left;
    width: 255px;
    margin: 0px 18px 18px 0px;
    padding: 0 0 0 0;
    height: 212px;
    position: relative;
    background: #000;
}
.project_feed_thumb .hover
{
    cursor: pointer;
}
.project_feed_thumb .hover .thumb_title .text, .project_feed_thumb.hover .thumb_title .text
{
    color: #000;
    text-decoration: none;
}
.project_feed_thumb.hover
{
    background: White;
}

.thumb_tag a, .thumb_tag a:visited
{
    text-decoration: none;
    text-align: left;
    color: #a7a9ac;
    font-size: 11px;
    line-height: 15px;
}
.thumb_tag a:hover
{
    color: #000;
    text-decoration: underline;
}
