/* Preload images */
body:after {
  content: url(/images/lightbox/close.png) url(/images/lightbox/loading.gif) url(/images/lightbox/prev.png) url(/images/lightbox/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox_box{
  position:relative;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  padding:30px 30px 10px 30px;
  border-top:2px solid #eeeeee;
  border-left:2px solid #eeeeee;
  border-right:2px solid #eeeeee;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/images/lightbox/loading.gif) no-repeat;
}

.lb-nav {
  height: 17px;
  max-width: 131px;
  min-width: 97px;
  z-index: 10;
  margin: 49px auto 0px auto;
}

@-moz-document url-prefix() {
  .lb-nav {
  height: 17px;
width: 131px;
z-index: 10;
margin: 49px auto 0 auto;
position: absolute;
left: 0px;
right: 0px;
}
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 17px;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 17px;
  left: 0;
  float: left;
  background: url(/images/bukken/arrow_left.png) left 48% no-repeat;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 17px;
  right: 0;
  float: right;
  background: url(/images/bukken/arrow_right.png) right 48% no-repeat;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  padding:0 30px;
  background:#fff;
  border-left:2px solid #eeeeee;
  border-right:2px solid #eeeeee;
  border-bottom:2px solid #eeeeee;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #000;
}

.lb-data .lb-details {
  text-align: left;
  line-height: 1.1em;
  margin-bottom: 30px;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
clear: left;
padding: 5px 0;
font-size: 12px;
color: #000;
text-align: center;
margin-top: 15px;
max-width: 140px;
min-width:97px;
margin: 15px auto 0 auto;
border: 1px solid #eeeeee;
border-radius: 16px;
}

.lb-close {
  display: block;
float: right;
width: 51px;
height: 52px;
background: url(/images/lightbox/close.png) top right no-repeat;
text-align: right;
outline: none;
position: absolute;
top: -52px;
right: -4px;
cursor: pointer;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
