.matsel{
    height: 350px;
    overflow-y: scroll;
    position: relative; left: 0; top: 0;
}

.matsel .mwr{
    display: block;
    padding: 0 15px 30px 15px;
    text-align: center;
}

.matsel .mwr label{
    font-weight: normal;
    display: block;
    padding: 0;
    border: 1px solid #898c8d;
    background-color: #ebebeb;
    position: relative; left: 0; top: 0;
}

.matsel .mwr label:hover,
.matsel .mwr label.active{
    border: 1px solid #0cc2dd;
    box-shadow: 0 0 8px rgba(12,194,221,0.2);
}

.matsel .mwr label img{
    display: block;
    width: 100%;
}

.matsel .mwr div.im01{
    height: 120px;
    overflow: hidden;
}

.matsel .mwr div.sel{
    position: absolute;
    left: 0; top: 0;
    background: url( '/resources/images/labels/01.png' ) no-repeat center center;
    width: 100%; height: 92px;
}

.matsel .mwr label span{
    display: block;
    padding: 8px 5px;
    overflow: hidden;
    font-size: 14px;
    line-height: normal;
}