#image_browser {
  position: absolute;
  z-index:  100;
  display: none;
  border: 2px solid black;
}
#image_browser_ {
  width: 800px;
  height: 600px;
  background-color: #f0f0f0;
}

#image_browser #toolbar {
  position: absolute;
  width: 800px;
  height: 18px;
  text-align: right;
}
#image_browser #toolbar_ { padding: 3px; }
#image_browser #toolbar A { color: #606060; }
#image_browser #toolbar SPAN { vertical-align:top; }

#image_browser #dirs {
  position: absolute;
  width: 200px;
  height: 580px;
  margin-top: 20px;
  border-top: 1px solid #787878;
  overflow: auto;
}
#image_browser #dirs_ { padding: 5px; }
#image_browser #dirs A {
  color: #000000;
  text-decoration: none;
}
#image_browser #dirs A:hover {
  text-decoration: underline;
}

#image_browser #thumbs {
  position: absolute;
  width: 600px;
  height: 580px;
  margin-left: 200px;
  margin-top: 20px;
  border-left: 1px solid #787878;
  border-top: 1px solid #787878;
  overflow: auto;
}
#image_browser #thumbs_ { padding: 5px; }

#image_browser #thumbs TABLE {
  table-layout: fixed;
  width: 585px;
}
#image_browser #thumbs TD {
  background-color: #ffffff;
  border: 1px solid #c0c0c0;
  padding: 3px;
  text-align: center;
  height: 150px;
  overflow: hidden;
}


