#realContent {
    padding: 19px;
    min-height: 472px;
    width: 752px;
}

.video-js-box {
    border-top: 24px solid black;
    border-bottom: 24px solid black;
}

.vjs-default-skin .vjs-controls {
  height: 2em;
  line-height: 10px;
}

.vjs-default-skin .vjs-control {
  height: 2em;
}

.vjs-default-skin .vjs-big-play-button {
  display: none;
}

.vjs-default-skin.vjs-playing .vjs-play-control div,
    .vjs-default-skin.vjs-paused .vjs-play-control div {
  height: 1.6em;
}  

.vjs-default-skin div.vjs-progress-control {
  position: absolute;
  left: 9.6em; right: 17em; /* Leave room for time displays. */
  height: 1.0em; width: auto;
  top: 0.4em; /* Set above the rest of the controls. And leave room for 2px of borders (progress bottom and controls top). */
  border-bottom: 1px solid #1F1F1F;
  border-top: 1px solid #222;
}
.vjs-default-skin div.vjs-seek-handle {
  margin-top: -0.18em;
  top: 0.12em;
}

.vjs-default-skin .vjs-time-controls {
  height: 1.0em; 
  top: 0.4em;
  background-color: transparent;
  background-image: none;
}
.vjs-default-skin .vjs-current-time { left: 4.8em; }
.vjs-default-skin .vjs-remaining-time { right: 12.2em; }

.vjs-default-skin .vjs-volume-bar {
  margin: 0.7em auto 0;
}

/*
#additionalContent a {
    font-size: 22px;
    line-height: 25px;
    padding-top: 5px;
}

#additionalContent a.month {
    background-color: white;
    display: inline-block;
}

#additionalContent a.galleryEnter {
    position: absolute;
    right: 0;
    top: 0;
}
*/