.inline_image
{
  vertical-align: middle;
  margin:1px 1px
}

.thumbs
{
  margin-left: auto;
  margin-right: auto;
  width: 96%
}

.thumb_container
{
    position: relative;
    left: 0;
    top: 0;
}

.thumb
{
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
}

.thumb_overlay
{
    position: absolute;
    top: -48px;
    left: 12px;
}

#header {
    /* Provide scrollbars if needed and fix the header dimensions */
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 160px;
}

#main {
    /* Provide scrollbars if needed, position below header, and derive height from top/bottom */
    overflow: auto;
    position: absolute;
    width: 100%;
    top: 160px;
    bottom: 0;
}
