@CHARSET "UTF-8";

.content_model {
    float: left;
    margin: 4px;
    text-align: center;
    cursor: hand;
    width: 156px;
    color: #FFFFFF;
    background-color: #000000;
    font-size: 10px; 
    font-weight: bold;
    overflow: hidden;
}

.content_model .overlay {
    position: absolute;
    width: 156px;
    height: 117px;
    background-image: url(../images/overlay.gif);
    background-repeat: no-repeat;
    cursor: hand;
}

.content_model .thumbnail_fsk {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    left: 0px;
    right: 0px;
    background-image: url(../images/fsk16_2.png);
    width: 159px;
    height: 116px;
}

.content_model img.thumbnail {
    width: 156px;
    height: 117px;
    border: none;
}

.content_model .thumb_name {
    padding-top: 0px;
    padding-bottom: 3px;
    text-align: center;
    white-space: nowrap;
}

.content_model .thumb_bottom {
    background-color: #48090C;
    height: 42px;
}

.content_model .thumb_bottom .thumb_left {
    float: left;
    width: 50%;
    font-weight: bold;
    padding-top: 1px;
}

.content_model .thumb_bottom .thumb_left .spacer {
    height: 5px;
}

.content_model .thumb_bottom .thumb_right {
    width: 50%;
    padding-top:8px;
    text-align:right;
    float:right;
}
