.files
{
      width: 100%;
      height:200px;
      overflow:auto;
}

.imgContainer
{
      float:left;
      margin:20px;
      text-align:center;
}

.imgDiv
{
      margin:2px;
      width:120px;
      height:120px;
      border:1px solid InactiveBorder;
}


.imgDiv_Hover
{
      margin:2px;
      width:120px;
      height:120px;
      cursor:pointer;
      border:1px solid highlight;
}

.imgText
{
      width:100px;
}

.imgText_Hover
{
      background-color:highlight;
      color:White;
      cursor:pointer;
      width:100px;
}

.imgTD
{
      text-align:center;
}

.fileselect
{
      width:200px;
}

#divImageMenu
{
      position:absolute;
      border: 1px solid black;
      background-color:White;
      display:none;
      padding:5px;
      z-index:100;
}

