/* You can modify this file */
/* Set the width of the menubar for the galery */
#menubar {
  width: 22em;
}
.content {
  margin-left: 24em;  /* = #menubar width + 2em */
}
BODY {
  min-width: 68em;  /* ~ 3* #menubar width */
}

/* Set some sizes according to your maximum thumbnail width and height */
.content UL.thumbnails SPAN,
.content UL.thumbnails SPAN.wrap2 A,
.content UL.thumbnails LABEL,
.content DIV.thumbnailCategory DIV.illustration {
  width: 185px;      /* max thumbnail width + 2px */
}
.content UL.thumbnails SPAN.wrap2,
.content DIV.thumbnailCategory DIV.description {
  height: 185px;    /* max thumbnail height + 2px */
}