#full-episode-thumbs {
  margin-bottom: 20px;
}
#full-episode-thumbs ul {
  width: 1000px;
  word-spacing: -4px;
}
#full-episode-thumbs ul li {
  width: 160px;
  position: relative;
  display: inline-block;
  margin: 0 40px 25px 0;
  vertical-align: top;
  cursor: pointer;
  padding: 0;
}
#full-episode-thumbs ul .full-episode-thumb-play-btn {
  display: block;
  background: url(/sc_assets/images/desktop/framework/home2/artifacts_play_button.png) no-repeat;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 22px;
  left: 56px;
  cursor: pointer;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
#full-episode-thumbs ul h2 {
  font-size: 13px;
  line-height: 13px;
  color: #bababa;
  text-transform: none;
  font-weight: 400;
  margin-top: 3px;
  word-spacing: 0;
}
#full-episode-thumbs ul .now-playing {
  display: none;
  background: #3da5d5;
  width: 160px;
  padding: 2px 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  word-spacing: 0;
  position: absolute;
  top: 0;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
