.box{
  border: solid black 1px;
  padding: 4px;
}
}
#title{
  top: 5px;
  left: 5px;
  height: 18px;
  font-size: 14px;
  color: red;
}
#folders{
  float: left;
  width: 95px;
}
#folderstitle{
  float:left; 
  font-weight: bold;
  width: 95px;
  text-align: center;
}
#filestitle {
  float:left; 
  font-weight: bold;
  width: 805px;
  text-align: center;
}
#images{
   float: left;
   width: 805px;
}
#closeup{
  top: 35px;
  left: 180px;
}
.img_tile{
  float: left;
  width: 375px;
  height: 25px;
  margin-left: 15px;
}
