#galleryitems_sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#galleryitems_sortable li {
    background: #e6e6e6 none repeat scroll 0 0;
    border: 1px solid #d3d3d3;
    cursor: move;
    float: left;
    margin: 3px 1% 10px 0;
    padding: 1px;
    text-align: center;
    width: 19%;
}
#galleryitems_sortable li .img {
    background-position: center center;
    background-size: 150% auto !important;
    height: 100px;
    margin: 10px auto;
    width: 100px;
}
#galleryitems_sortable li .name {
    font-size: 12px;
    margin: 5px 0;
    text-align: center;
    width: 100%;
}
#galleryitemso_sortable li .controls {
    font-size: 12px;
    margin: 5px 0;
    text-align: center;
    width: 100%;
}

.bar {
    height: 18px;
    background: green;
}

.modal-body{
  max-height: 500px;
  overflow-y: auto;
}

/*Playlist */


ul.connectedSortable_playlist {
    background: #f9f9f9 none repeat scroll 0 0;
    height: 250px;
    list-style: outside none none;
    max-height: 300px;
    overflow:visible;
    text-align: left;
    width: 100%;
}
