/* SLIMBOX */

#lbOverlay {
  position: absolute;
  z-index: 9999;
  left: 0;
  width: 100%;
  background-color: #000;
  cursor: pointer;
}

#lbTopContainer, #lbCenter, #lbBottomContainer {
  position: absolute;
  z-index: 9999;
  left: 50%;
  overflow: hidden;
  background-color: #3d3d3d;
}
#lbTopContainer{
  height: 24px;
}

.lbLoading {
  background: #3d3d3d url(/s/loading.jpg) no-repeat center;
}

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

#lbPrevLink, #lbNextLink {
  display: block;
  position: absolute;
  width: 17px;
  outline: none;
}

#lbPrevLink, #lbNextLink {
  width: 21px;
  height: 21px;

}

#lbPrevLink {
  top: 71px;
  left: 10px;
  background: transparent url(/s/prev.jpg) no-repeat 0 0;
}

#lbPrevLink:hover {
  background: transparent url(/s/prev.jpg) no-repeat 0 0;
}

#lbNextLink {
  top: 71px;
  left: 50px;
  background: transparent url(/s/next.jpg) no-repeat 0 0;
}

#lbNextLink:hover {
  background: transparent url(/s/next.jpg) no-repeat 0 0;
}

#lbBottom {
  /*margin: 10px 0 0 0;*/
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  line-height: 1.4em;
  text-align: left;
  border: 10px solid #3d3d3d;
  /*border-top: 20px solid #dad;*/
  /*border-top-style: none;*/
}

#lbSpline {


  float: left;
  min-width: 150px;
  height:10px;
  font-size: 1px;
  line-height: 1px;
  text-align: left;
  background-color: #3d3d3d;
}

#lbNavi {

  display: block;
  clear: both;
  float: left;
  width: 80px;
  height: 100px;
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  line-height: 1.4em;
  text-align: left;
  background-color: #3d3d3d;
}

#lbRight {

  float: right;
  width: 100px;
  height:50px;
  font-size: 1px;
  line-height: 1px;
  /*background-color: #3d3d3d;*/
  background: transparent url(/s/logo_miss.jpg) no-repeat 0 0;
}

#lbTop{
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  line-height: 1.4em;
  text-align: left;

  border-top-style: none;
}

#lbCloseLink {
  display: block;
  position: absolute;
  float: right;
  top: 1px;
  right: 3px;
  width: 21px;
  height: 21px;
  background: transparent url(/s/close.jpg) no-repeat left top;
  /*margin: 5px 0;*/
  outline: none;
}

#lbCaption{
  position: absolute;

  float: left;
  width: 100px;
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  line-height: 13px;
  text-align: left;
  font-weight: bold;
  background-color: #3d3d3d;
}

#lbLogo{
  position:absolute;
  top:64px;
  right:10px;
  width: 83px;
  height:36px;
  font-size: 1px;
  line-height: 1px;

  background: transparent url(/s/Logo.png) no-repeat 0 0;
}

#lbNumber {
  display: block;
  position: absolute;
  top: 94px;
  left: 12px;
}
