.filelist {
    width:60%;
}
.filelist .file {
    padding:5px;
    background: #ececec;
    border:solid 1px #ccc;
    margin-bottom:4px;
}
.filelist .fileprogress {
    width:0%;
    background: #B7C53D;
    height:5px;
}
.plupload-thumbs .thumb {
    width:150px;
    padding-right:25px;
  	padding-top:20px;
    float: left;
}
.plupload-thumbs .thumb img {
    width:150px;
    height:150px;
  	box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
  	padding:5px;
  	background-color:white;
}
.ui-sortable  .thumb img {
    cursor:pointer;
}