/*
#content {
  border: 2px solid red;
}
*/

#main {
  bottom: 120px;
}

* html #main {
  height: expression(document.body.clientHeight-66-2-120);
}

#imgbar {
  box-sizing: border-box;
  -moz-box-sizing: border-box;

  left: 0px;
  bottom: 0px;
  position: fixed;
  right: 144px;
  height: 120px;
  width: auto;
  overflow: auto;
  overflow-y: hidden;
  background-color: black;
}

* html #imgbar {
  overflow-y: hidden;
}


#imgbar iframe {
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
}


