.drop-zone {
    height: auto;
    min-height: 200px;
    padding: 10px;
    border: 3px #ccc dashed;
    color: #aaa;
    text-align: center;
    border-radius: 3px;
    background-image: url('here.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #ededed;
    cursor: pointer;
}
.drop_hover {
    border: 3px red dashed;
}

.list-i 
{
   
    position: relative;
    border: 1px solid #ccc;
    float:left;
    width: 100%;
}

.list-i canvas
{
    padding: 0px;
}
.list-i img
{
    margin: 3px;
    float: left;
    padding: 0px;
}
.close{
    position: absolute;
    right: 5px;
    top: 5px; 
}
.gall {
margin:0 auto;
clear:both;
}
#imageHolder1 .progress{
    margin-bottom: 3px;
    height: 13px;
}