#imageoverlay{ 
    background-image: url(/images/common/overlay.png);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    z-index: 90;
    display: none;
}
#imagebox {
  position: absolute;
  z-index: 99;
  width: 770px;
  left: 50%;
  margin-left: -385px;
  text-align: center;
  top: 50px;
}

ul.images {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.images li {
  float: left;
  padding: 0;
  margin: 0;
  display: block;
}
ul.images li table {
  margin: auto;
}
ul.images  li.small {
  width: 120px;
  height: 120px;
}
ul.images li.small table {
  height: 118px;
}
  ul.images  li.medium {
  width: 120px;
  height: 120px;
}
ul.images li.medium table {
  height: 118px;
}
  ul.images  li.album {
  width: 120px;
  height: 120px;
}
ul.images li.album table {
  height: 118px;
}

ul.images li table td {
  vertical-align: bottom;
}
html>body .dropshadowbox {
  background: url(/images/common/upperrightfade.png) right top no-repeat;
} 

html>body .dropshadowcorner {
  background: url(/images/common/lowerleftfade.png) left bottom no-repeat;
  padding-top: 4px;
  padding-left: 4px;
}
html>body .dropshadowdrop {
  background: url(/images/common/shadow.png) bottom right;
}

html>body .dropshadowinnerbox {
  position: relative;
  left: -4px;
  top: -4px;
}
.dropshadowbox {
  display: table;
  display: inline-block;
  display: -moz-inline-box;
  vertical-align: bottom;
}

img.picture {
  padding: 4px;
  background: #fff;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  vertical-align: bottom;
}
img.overlayimage {
  border: 10px solid #fff;
  border-bottom: 0;
  vertical-align: bottom;
  background: white;
  margin: 0 auto;
  position: relative;
  z-index: 99;
  display: inline-block;
  display: -moz-inline-box;
}

#album-navigation {
  background: url('/images/common/album-navigation.png');
  position: absolute;
  width: 100%;
  height: 18px;
  padding-top: 3px;
  padding-bottom: 11px;
}
#album-navigation-box {
  width: 750px;
  margin: auto;
  line-height: 18px;
  text-align: right;
}
#album-navigation-box img {
  padding: 3px 5px;
}
#image-options {
  background: white;
  margin: 0 auto;
  text-align: right;
}
#image-options img {
  padding: 8px 10px 4px 10px;
}
#tooltip {
  background: transparent url(/images/common/shadow.png) repeat scroll right bottom;
  padding: 0px 4px 4px 0px;
}
#tooltip h3 {
  background: #eee;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 3px 5px;
  font-weight: normal;
  margin: 0;
}
