/* SLIMBOX */
#lbOverlay {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  cursor: pointer; }

#lbCenter, #lbBottomContainer {
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  background-color: white; }

.lbLoading {
  background: white url(../images/slimbox/loading.gif) no-repeat center; }

#lbImage {
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid white;
  background-repeat: no-repeat; }

#lbPrevLink, #lbNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  outline: none;
  opacity: 0; }

#lbPrevLink {
  left: 0; }

#lbNextLink {
  right: 0; }

#lbPrevLink:hover, #lbNextLink:hover {
  opacity: 1;
  text-decoration: none; }

#lbPrevLink span, #lbNextLink span {
  display: block;
  margin-top: 15%;
  height: 32px;
  line-height: 32px;
  background-image: url(../images/slimbox/labels.gif);
  background-repeat: no-repeat;
  color: #494949;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.2em; }

#lbPrevLink span {
  float: left;
  width: 48px;
  padding-left: 15px;
  background-position: -63px 15%; }

#lbNextLink span {
  float: right;
  width: 53px;
  padding-left: 10px;
  background-position: 0 15%; }

#lbBottom {
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 10px;
  color: #666666;
  line-height: 1.4em;
  text-align: left;
  border: 10px solid white;
  border-top-style: none; }

#lbCloseLink {
  display: block;
  float: right;
  width: 75px;
  height: 22px;
  line-height: 22px;
  background: transparent url(../images/slimbox/close.gif) no-repeat right center;
  margin: 5px 0;
  padding: 0 20px 0 0;
  outline: none;
  color: #494949;
  text-align: right;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.3em; }

#lbCaption, #lbNumber {
  margin-right: 71px; }

#lbCaption {
  font-weight: bold; }

