#gallery_container {
  width:98%; 
  height:98%; 
  padding: 2px;
  position:relative; 
  margin: 0 auto; 
  background: #aabbcc;
}

#gallery_container ul {
  list-style:none; 
  padding:0; 
  margin:-1px 0; 
  height: 91%; 
  float:right; 
  background: #fff; 
  overflow-y: scroll; 
  border: solid 1px blue; 
  min-width: 95px
}

#gallery_container img { 
  border: ridge 1px blue ;
}

#gallery_container ul li { 
  padding: 1px 2px; 
  margin: 0; 
}

#gallery_container ul li a{ 
  display: block;
  text-align: center;
}

#gallery_container div#iframe {
  height: 90%; 
  position: absolute;  
  left: 2px; 
  right: 0; 
  margin-right: 115px; 
}

#iframe iframe {
  margin: 2px;
  border: none;
}

#gallery_chooser {
  padding: 2px;
  margin: 0 auto 3px;
  border: solid 1px blue;
}
