
.node-type-video #content object {
  margin: 0;
}

.colorbox-alt-layout #outerImageContainer {
  overflow: visible;
  width: 640px !important;
  border-top-left-radius: 4px;
}

.colorbox-alt-layout #frameContainer {
  overflow: hidden;
  padding: 0;
}

.colorbox-alt-layout #videoFrame {
  border: 0;
  overflow: hidden;
}

.colorbox-alt-layout #imageDataContainer {
  width: 640px !important;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.colorbox-alt-layout #imageDataContainer #imageData #imageDetails {
  margin-left: 0;
  text-align: left;
}

.colorbox-alt-layout #imageDataContainer  #numberDisplay {
  display: none !important;
}

.colorbox-alt-layout #bottomNavClose {
  background-color: transparent;
  background-image: url(../images/close-button.png);
  background-repeat: no-repeat;
  background-position: center;
  background-scroll: none;
  border: 1px solid #222;
  border-radius: 18px;
  height: 36px;
  padding: 0;
  right: -16px ;
  top: -12px;
  width: 36px;
  z-index: 200000;
}

.colorbox-alt-layout #bottomNavClose:hover {
  background-position: center;
}

.colorbox-alt-layout #hoverNav {
  float: right;
  width: 200px;
}

.colorbox-alt-layout #prevLink {
  background-image: url(../images/video-prev.png);
  height: 40px;
  width: 86px;
}

.colorbox-alt-layout #prevLink:hover {
  background-image: url(../images/video-prev-hover.png);
}

.colorbox-alt-layout #nextLink {
  background-image: url(../images/video-next.png);
  height: 40px;
  width: 86px;
}

.colorbox-alt-layout #nextLink:hover {
  background-image: url(../images/video-next-hover.png);
}

