#olv-wrapper, #olv-overlay {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
#olv-wrapper {
  position: fixed;
  display: block;
  visibility: hidden;
  z-index: 999;
  text-align: center;
}
#olv-overlay {
  position: absolute;
}
#overlayView {
  position: relative;
  margin: 0 auto;
  text-align: left; 
}
#olv-body-wrapper {
  margin: 0;
  padding: 1px;
  background-color: #000;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}
#olv-body {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#olv-body-inner {
  position: relative;
  height: 100%;
}
#olv-content.html {
  height: 100%;
  overflow: auto; 
}
#olv-loading {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#olv-body, #olv-loading {
  background-color: #000; 
}
#olv-loading-indicator {
  float: left;
  margin: 8px;
  height: 16px;
  width: 16px;
  background-image: url(../images/xsite/icon-loading-black.gif);
  background-repeat: no-repeat;
}
.olv-modal #olv-body-wrapper, #olv-body, #olv-loading {
    background-color: #000;
}
.olv-modal #olv-loading-indicator {
    background-image: url(../images/xsite/icon-loading.gif);
}
#olv-top, #olv-info {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#olv-top-left, #olv-top-right, #olv-info-inner {
  position: relative;
  font-family: arial, verdana, sans-serif;
  line-height: 12px;
  font-weight: bold;
}
#olv-top {
  height: 18px;
}
#olv-top-inner {
  font-size: 12px;
  color: #fff;
}
#olv-top-left {
  float: left;
  width: 48%;
  padding-top:4px;
  color: #fff;
}
#olv-top-right {
  float: right;
  width: 48%;
  color: #fff;
}
#olv-top-right a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
}
#olv-info {
  height: 20px;
}
#olv-info-inner {
  font-size: 12px;
  color: #fff;
}
#olv-nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 48%;
}
#olv-nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
}
#olv-close {
  background-image: url(../images/xsite/icon-olv-close.png);
  background-repeat: no-repeat;
}
#olv-next {
  background-image: url(../images/xsite/icon-olv-next.png);
  background-repeat: no-repeat;
}
#olv-previous {
  background-image: url(../images/xsite/icon-olv-previous.png);
  background-repeat: no-repeat;
}
#olv-play {
  background-image: url(../images/xsite/icon-olv-play.png);
  background-repeat: no-repeat;
}
#olv-pause {
  background-image: url(../images/xsite/icon-olv-pause.png);
  background-repeat: no-repeat;
}
#olv-counter {
  float: left;
  padding: 2px 0;
  width: 48%;
  color: #fff;
}
#olv-counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
#olv-counter a.olv-counter-current {
  text-decoration: underline;
}
div.olv-clear {
  clear: both;
}
div.olv-message {
  font-family: arial, verdana, sans-serif;
  font-size: 12px;
  padding: 10px;
  text-align: center;
}
div.olv-message a:link,
div.olv-message a:visited {
  color: #fff;
  text-decoration: underline;
}
