.widget_image_single, .widget_image_multi {
    overflow: hidden;
    clear:both;
}
.widget_image_single .block,
.widget_image_multi .block{
    float:left;
    margin-right:15px;
    height: 35px;
}
.widget_image_single .loading+.block,
.widget_image_multi .loading+.block{
    line-height: 35px;
}
.widget_image_single .preview,
.widget_image_multi .preview {
    height: 115px;
line-height: 55px;
margin-bottom: 20px;
margin-right: 20px;
padding: 15px;
padding-right: 10px;
padding-right: 0;
border: solid 1px #DDD;
border-radius: 12px;
min-width: 250px;
}
.widget_image_single .preview img,
.widget_image_single .preview a,
.widget_image_multi .preview img,
.widget_image_multi .preview a { float:left; width: 80px; height: 80px; text-decoration: none; border-radius: 12px; }
.widget_image_single .preview a, .widget_image_multi .preview a { margin: 0 5px 0 15px; }
.widget_image_multi .preview img { cursor: move; }
.widget_image_multi .previews_list{
    clear:both;
    overflow: hidden;
    margin-bottom: 5px;
}
.image_link span {
    margin: 0 10px 0 0;
}
.widget_image_single .loading, .widget_image_multi .loading {
    padding: 10px 0 0 30px;
    height: 25px;
}
.widget_image_multi .photo_limit_hint {
    color: #B6BCC3;
}
.colplaceholder {
    background: #F9F9F9;
}
.ui-sortable-helper {
    background-color: #FFF;
}