.vse-files{
    overflow:hidden;
    margin-bottom: 20px;
}

.vse-files .associated{
    display:none;
}

.vse-picture{
    float:left;
}

.vse-picture .sub-picture{
    display:block;
    text-align: center;
    /*margin-top: -4px;*/
    /*margin-bottom: 4px;*/
}

.vse-picture .sub-picture a{
    display:inline-block;
    text-align: center;
    color:#1936a1;
    text-decoration: none;
    border-bottom: 1px dotted #1936a1;
    padding: 0px 2px 0 2px;
}
.vse-picture .sub-picture a.active {
    background-color: #64C700;
}

.vse-picture-preview{
    border:1px solid #e6e6e6;
    margin:4px;
    background:#e6e6e6;
}

.vse-picture-preview:hover {
    border:5px solid #ffdb05;
    margin:0px;
}
.vse-picture-preview.active {
    border:5px solid #64C700;
    margin:0px;
}

.vse-picture-preview a{
    display:block;
    height:58px;
}

.vse-picture-preview img{
    border:1px solid white;
    width:  56px;
    height: 56px;
}

.vse-upload-button-holder{
    margin-top: 15px;
    border:4px solid transparent;
    display:inline-block;
    cursor: pointer;
}
.vse-upload-button-holder.active{
    border-color: red;
}

.vse-upload-button{
    background: url('/common-static/img/upload-button.png') #ffdb05;
    width: 60px;
    height: 60px;
    cursor:pointer;
    display:inline-block;
}

/* широкая версия */

.vse-files-wide{
    float:left;
}

.vse-can-drop {
    border: 4px dotted red;
}