
#outerImageContainer {
  overflow: visible;
  width: 852px !important; 
  border-top-left-radius: 4px;
}

#frameContainer {
  overflow: hidden;
  padding: 0; 
}

#lightboxFrame {
  border: 0;
  overflow: hidden;
}

html.js {
  background-color: #fff !important;
} 

body.emvideo-modal-iframe {
  background: transparent !important;
  padding: 0;
  margin: 0;
}


body.emvideo-modal-iframe  div,
body.emvideo-modal-iframe object {
  border: 0;
  padding: 0;
}

#imageDataContainer {
  width: 852px !important; 
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

#imageDataContainer #imageData #imageDetails {
  margin-left: 0;
  text-align: left;
}

#imageDataContainer  #numberDisplay {
  display: none !important;
}

#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;
}

#bottomNavClose:hover {
  background-position: center;
}

#hoverNav {
  float: right;
  width: 200px;
}

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

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

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

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

