﻿
.att-file-box
{
    height:90px;
    margin-top:10px;
}
.att-file-item
{
    width:84px;
    height:84px;
    position:relative; 
    float:left;
    border:1px solid #ccc;
    text-align:center;
    margin-right:10px;
}
.att-file-item img
{
    width:80px;
    height:80px;    
    border:0px;
}
.att-file-item .att-remove
{
    position:absolute;
    width:20px;
    height:20px;
    cursor:pointer;
    position:absolute;
    z-index:100;
    right:-10px;
    top:-10px;    
}

#divImgValues {
    display: none;
}