._cssimg,
.loader {
    position: relative;
}
._cssimg input[type=file],
._imgshow input[type=file],
.loader {
    display: none
}
._cssimg {
    background-color: rgba(232, 246, 255, 0.35);
    border: 1px dashed #777;
    color: #777;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-family: sans-serif;
    height: 100px;
    line-height: 3;
    margin: 2px 3px;
    max-width: 100px;
    opacity: 0.7;
    padding: 6% 0;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px 1px #fff;
    width: 100px;
    font-size:12px;
}
._cssimg img {
    display:none;
}
._cssimg .delete {
    display:none;
}
._cssimg .rotate {
    display:none;
}

._cssimg:hover {
    opacity: 1
}
._cssimg:before {
    content: attr(text-file)
}
._imgshow {
    border: 1px solid silver;
    cursor: pointer;
    display: inline-block;
    float: left;
    margin: 2px 3px;
    max-height: 100px;
    max-width: 100px;
    min-height: 100px;
    opacity: 0.9;
    position: relative;
    width: 100%;
    overflow: hidden;
}
._imgshow:hover {
    opacity: 1
}
._imgshow img {
    background-color: #fff;
    height: auto;
    max-width: 98px;
    min-width: 98px;
    padding: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
._imgshow .delete {
    display:block;
    position: absolute;
    right:5px;
    top:5px;
    z-index:100;
    background:#fff;
    border-radius: 50%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    cursor: pointer;    
    height:17px;
    width:17px;
    text-decoration:none;
    line-height: 1.1;
}
._imgshow .rotate {
    display:block;
    position: absolute;
    left:5px;
    top:5px;
    z-index:100;
    background:#fff;
    border-radius: 50%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    cursor: pointer;    
    height:17px;
    width:17px;
    text-decoration:none;

}

.loader {
    background-image: url("loader.gif");
    background-position: center center;
    background-size: 100% auto;
    height: 20px;
    left: 50%;
    margin: -10px 0 0 -10px;
    position: absolute;
    top: 50%;
    width: 20px;
    z-index: 100;
}