.video-window {
  width: 100%; }

.video-window .video-popup {
  width: 100%; }

.video-thumbs {
  width: 100%;
  position: relative; }

.video-thumbs .video-nav {
  font-size: 40px;
  display: block;
  color: #ADACAC;
  padding: 23px 0px; }

.video-thumbs .video-slide {
  float: left;
  margin: 0 9px 0 8px;
  font: 12px/14px Arial, Tahoma, Geneva, sans-serif; }

.video-thumbs .video-slide div.video-thumb {
  width: 100%;
  left: 5px;
  margin: 0 auto;
  position: relative;
  background-size: 100% 100%;
  background-repeat: no-repeat; }

.video-thumbs .video-slide .video-title {
  padding: 5px 0 0 0;
  display: block; }

.video-thumbs .video-slide:hover {
  cursor: pointer; }

.video-thumbs .slider-window {
  overflow: hidden;
  position: relative;
  height: 100%;
  float: left;
  margin-left: 3px; }

.video-thumbs .video-slider {
  position: absolute;
  width: 10000px;
  top: 10px; }

.video-thumbs .video-nav-frame {
  height: 100%;
  width: 31px;
  margin: 0 1px; }

.video-thumbs .video-next-button {
  float: right;
  border-radius: 0 10px 10px 0; }

.video-thumbs .video-back-button {
  float: left;
  border-radius: 10px 0 0 10px; }

.video-thumbs .video-nav-frame:hover {
  cursor: pointer; }

.video-thumbs .video-nav:hover {
  color: #666666; }

.video-thumbs .video-duration {
  padding: 0 4px;
  font-weight: bold;
  font-size: 11px;
  background-color: #000;
  color: #fff !important;
  height: 14px;
  line-height: 14px;
  opacity: 0.75;
  filter: alpha(opacity=75);
  vertical-align: top;
  zoom: 1;
  display: inline-block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  bottom: 5px;
  right: 5px;
  position: absolute; }

.video-thumbs .video:hover {
  color: #007cbd; }
