.image_gallery_window {
  width: 400px; 
  height: 150px; 
  float: left; 
  display: inline-block; 
  white-space: nowrap; 
  background-color: #000; 
  overflow-x: hidden; 
}
.noright .image_gallery_window {
  width: 600px; 
}
.image_gallery_container {
  position: relative;
  left: 0px;
}
.image_gallery_nav {
  width: 41px; 
  height: 150px; 
  float: left; 
} 
.image_gallery_nav.left {
  background-image: url('/design/user_inform/images/gallery-arrow-left.png'); 
}
.image_gallery_nav.left:hover {
  background-image: url('/design/user_inform/images/gallery-arrow-left-on.png'); 
}
.image_gallery_nav.right {
  background-image: url('/design/user_inform/images/gallery-arrow-right.png'); 
}
.image_gallery_nav.right:hover {
  background-image: url('/design/user_inform/images/gallery-arrow-right-on.png'); 
}
.image_gallery_frame {
  width: 100px; 
  min-width: 100px; 
  max-width: 100px; 
  display: table-cell; 
  height: 150px; 
  vertical-align: middle;
  text-align: center;
}
.image_gallery_frame img {
  vertical-align: middle;
}
.image_gallery_full_container {
  display: none;
}

body { position: relative; }

#overlay_container {
position: absolute;
left: 0;
top:0;
height: 100%;
width: 100%;
z-index: 2001;
background-color: transparent;
}

#overlay {
width: 100%;
height: 100%;
color: #000;
position:absolute;
left: 0;
top: 0;
opacity: 0.5;
background: url('/design/user_informs/images/semi-transparent.png') #888;
z-index: 2002;
}

.modal .caption {
background-color: #000;
color: #fff;
padding: 5px;
font-style: italic;
text-align: left;
border-style: solid;
border-color: #888;
border-width: 2px 0 0 0;
}

