/*
################################
# Frontend Styling
################################
*/
.col-md-12 .plupload-thumbs .thumb {
   margin-right: 10px;
}

/*
################################
# Backend Styling
################################
*/
.filelist .file {
    padding: 5px;
    background: #ececec;
    border: solid 1px #ccc;
    margin-bottom: 4px;
}
.filelist .fileprogress {
    width: 0%;
    background: #B7C53D;
    height: 5px;
}
.plupload-thumbs {
 
}
.plupload-thumbs .thumb {
    width: 74px;
    padding: 5px;
    float: left;
}
.plupload-thumbs .thumb img {
    width: 75px;
    height: 75px;
}
.ui-sortable  .thumb img {
    cursor: move;
}
dl.gallery-item {
	margin: 4px 0 !important;
}
dt.gallery-icon.landscape a img{
	width: 78px !important;
	height: auto !important;
	border: 1px solid #d5d5d5 !important;
	border-radius: 2px;
}