﻿.imagePreview div.previewList {
    width: 120px;
    height: 120px;
    line-height: 120px;
    float: left;
    margin-right: 15px;  
     position: relative; 
     background:#e4e4e4;
     margin-top:12px;
}
.imagePreview div .img {
   width: 100%;
   height: 100%;
}
.imagePreview div.upload {
    position:absolute;
     width:100%;
     height:100%;
}
.imagePreview div.upload div{
    background:#f00;
    opacity:0.5;
    filter: alpha(opacity=50);  
    -moz-opacity:0.5; 
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    z-index: 999999999999;
}
.imagePreview div.upload span{
    background:url(/public/images/upload.gif) no-repeat;
    display:block;
    width:38px;
    height:40px;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-19px;
    margin-top:-20px;
    line-height: 40px;
    z-index: 999999999999;
}
.uploadInput {
    margin-top:12px;
    position:relative;
    float:left;
    width: 120px;
    height: 120px;
    overflow: hidden;
}
.uploadInput div{
    background:#e4e4e4;
    width:100%;
    height:100%;
    border:1px solid #ccc;
    line-height:120px;
    position: absolute;
    font-size:60px;
    text-align: center;
    z-index: 1;
}
.uploadInput input{
    position: absolute;
    border: 0;
    padding: 0;
    margin: 0;
    height: 100%;
    cursor: pointer;
    z-index: 100000;
    width: 100%;
    right: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    font-size: 100px;

}
.delUPIMG{
    width: 24px;
    height: 24px;
    float: right;
    background: url(/public/images/close.png);
    color: #333;
    cursor: pointer;
    position: absolute;
    top: -12px;
    right: -12px;
    display: none;
}