/*
 * Oog Photo-Gallery v3.1
 * 2009 von Torben Rottbrand
 */


#oog_infobut {
  height: 48px;
  width: 48px;
  background: transparent url(imgdata/info.png) no-repeat;
  bottom: 5px;
  cursor: pointer;
  border-width: 0px;
}
#oog_previousbut {
  height: 40px;
  width: 40px;
  background: transparent url(imgdata/left.png) no-repeat;
  margin-right: 8px;
  cursor: pointer;
  border-width: 0px;
}
#oog_slidebut {
  height: 40px;
  width: 40px;
  background: transparent url(imgdata/slide.png) no-repeat;
  cursor: pointer;
  border-width: 0px;
}
#oog_nextbut {
  height: 40px;
  width: 40px;
  background: transparent url(imgdata/right.png) no-repeat;
  margin-left: 8px;
  cursor: pointer;
  border-width: 0px;
}
#oog_closebut {
  height: 48px;
  width: 48px;
  background: transparent url(imgdata/close.png) no-repeat;
  bottom: 5px;
  cursor: pointer;
  border-width: 0px;
}
#id_oog_overlay {
  position: fixed;
  z-index: 2;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 120px;
  height: 120px;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#id_oog_loading {
  background: url(imgdata/loading.gif) top center no-repeat;
  text-align: center;
  position: fixed;
  z-index: 3;
  visibility: hidden;
  left: 50%;
  top: 50%;
  height: 60px;
  width: 300px;
  margin-left: -150px;
  margin-top: -30px;
  color: #FFF;
  font: normal 12px Tahoma,sans-serif;
}
#id_oog_loading p {
 margin-top:6px;
}
#id_oog_lightbox {
  position: fixed;
  z-index: 4;
  visibility: hidden;
  width: 88%;
  height: 94%;
}
