/* Add a black background for the images. */
body#imagefield_assist_thumbs,
body#imagefield_assist_upload,
body#imagefield_assist_properties,
body#imagefield_assist_thumbs a,
body#imagefield_assist_thumbs li a,
body#imagefield_assist_thumbs li a.active {
  background-color:#000;
  color:#fff;
}

/* Hide some options that don't work well in the popup. Except this isn't hiding them. */
body#imagefield_assist_header #header-startover,
body#imagefield_assist_header #header-cancel {
  display:none;
}
