body {
    font: 12px/16px Arial, Helvetica, sans-serif;
}
#fileQueue {
    width: 400px;
    height: 300px;
    overflow: auto;
    border: 1px solid #E5E5E5;
    margin-bottom: 10px;
}


ul#files{ list-style:none; padding:0; margin:0; width: 470px; min-width: 470px }
ul#files li{ padding:9px; margin-bottom:2px; width:115px; float:left; margin-right:1px;}
ul#files li img{ max-width:120px; max-height:165px; }
.success{ background: black; border:1px solid black /*#DDB96C*/; cursor: hand}


.fileTitle {
    color: black /*#DDB96C*/;
}
.fileTitle:hover {
    color: black /*#DDB96C*/;
    text-decoration: underline;
}


#divMoreLink {
    border: 2px solid #DEDFDE;
    width: 250px;
    position: absolute;
    background: white;
    left: -130px;
    display: none;
    text-align: center;

}

#divLoadingBox {
    width: 247px;
    height:  370px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    text-align: center;
    display: none;
    border:1px solid #949294; 
}


