
div#content {
  position: relative;
}
div#gallery-paging {
  width: 600px;
  position: absolute;
  right: 0;
  top: 1em;
  font-size: 1.1em;
}
div#gallery-paging p {
  width: 300px;
  float: left;
}
div#gallery-paging p.right {
  float: right;
  text-align: right;
}
div#gallery-paging p.right {
}


table#gallery {
  margin-top: 20px;
}
table#gallery td {
  padding: 10px 11px 0 11px;
  background: url(/images/gallery-item-bg.gif) top left repeat-x;
  border: 0;
  border-left: 19px solid #fff;
  vertical-align: top;
}
table#gallery td.caption {
  background-image: none;
  background: #fff;
  padding: 0 10px 10px 10px;
  font-size: 1.1em;
}
table#gallery td.first {
  border: 0;
}
table#gallery td a.image {
  display: block;
  padding: 1px 1px 10px 1px;
  width: 150px;
  background: #fff url(/images/gallery-img-bg.gif) bottom left no-repeat;
  text-align: center;
}
table#gallery td img {
  width: 150px;
  display: block;
}
