
#previewPlayer {
  position: relative;
  float: left;
  clear: none;
}

#previewData {
  position: relative;
  float: left;
  clear: none;
  margin-left: 35px;
  width: 470px;
}

#previewData table {
  margin-top: 20px;
}

#previewData td {
  padding: 3px 18px 3px 0;
}

#previewData td.title {
  font-weight: bold;
}

#trailerLogo {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 999;
}

.thumbnail{
    position: relative;
    margin-left: 15px;
    float: left;
}
