#lightbox .b {
  background:url(/fertod/jscript/lightbox-jquery/b.png);
}

#lightbox .tl {
  background:url(/fertod/jscript/lightbox-jquery/tl.png);
}

#lightbox .tr {
  background:url(/fertod/jscript/lightbox-jquery/tr.png);
}

#lightbox .bl {
  background:url(/fertod/jscript/lightbox-jquery/bl.png);
}

#lightbox .br {
  background:url(/fertod/jscript/lightbox-jquery/br.png);
}

#lightbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#lightbox .popup {
  position: relative;
}

#lightbox table {
  border-collapse: collapse;
}

#lightbox td {
  border-bottom: 0;
  padding: 0;
}

#lightbox .body {
  padding: 10px;
  background: #fff;
  width: 200px;
}

#lightbox .loading {
  text-align: center;
  width:100%;
  height:100%;
}

#lightbox .image {
  text-align: center;
}

#lightbox img {
  border: 0;
  margin: 0;
}

#lightbox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#lightbox .footer img {
  vertical-align: middle;
}

#lightbox .tl, #lightbox .tr, #lightbox .bl, #lightbox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#lightbox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.lightbox_hide {
  z-index:-100;
}

.lightbox_overlayBG {
  background-color: #000;
  z-index: 99;
}

#lightbox .info {
  margin-top: 5px;
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif; 
  color: #777;
  line-height: 16px;
  font-size: 11px;    
}

#lightbox .navigation {
  float: left;
}

#lightbox .next, #lightbox .prev {
  font-size: 170%;
}
