ul.uploadedFiles li {
  width:80px;
  height:110px;
  height:auto;

  background:#ffffff;
  border:solid 1px #cccccc;
  padding:9px;
  position:relative;
  margin:0 10px 10px 0 !important;
  list-style:none;
  float:left;
  display:inline-block;
}
ul.uploadedFiles li.file-upload a {
  width:80px;
  height: 80px;
  color:#000000;
  padding:0;
  display:block;
  font-size:11px;
  line-height:13px;
  font-family:Arial, Helvetica, Sans-Serif;
  background:transparent url(../img/icons/FILE.png) no-repeat 0 0;
}

ul.uploadedFiles li.pdf a {
  background:transparent url(../img/icons/PDF.png) no-repeat 0 0;
}

ul.uploadedFiles li.doc a {
  background:transparent url(../img/icons/DOC.png) no-repeat 0 0;
}

ul.uploadedFiles li.ppt a {
  background:transparent url(../img/icons/PPT.png) no-repeat 0 0;
}	

ul.uploadedFiles li.xls a {
  background:transparent url(../img/icons/XLS.png) no-repeat 0 0;
}	

ul.uploadedFiles li.zip a {
  background:transparent url(../img/icons/ZIP.png) no-repeat 0 0;
}	

ul.uploadedFiles li.file-upload a.delete-file:hover { background:transparent url(../img/close_button.png) no-repeat 0 -18px; }
ul.uploadedFiles li.file-upload a.delete-file {
  width:18px;
  height:0;
  padding:18px 0 0;
  overflow:hidden;
  display:block;
  position:absolute;
  top:5px;
  right:5px;
  background:transparent url(../img/close_button.png) no-repeat 0 0;
}
ul.uploadedFiles {
  padding:0;
  margin:0;
  clear: left;
}
