#video-title {
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
    width: 906px;
    margin-left: 16px;
}

/* START: image headers */
.tmz_live.tmz-video-playlist > .header > .title {
  background: transparent url('../images/playlists/headers/tmz_live.png') no-repeat 0px 0px;
}

.tmz_tv.tmz-video-playlist > .header > .title {
  background: transparent url('../images/playlists/headers/tmz_tv.png') no-repeat 0px 0px;
}

.tmz_tv_full_episodes.tmz-video-playlist > .header > .title {
  background: transparent url('../images/playlists/headers/tmz_tv_full_episodes.png') no-repeat 0px 0px;
}

.raw_and_uncut.tmz-video-playlist > .header > .title {
  background: transparent url('../images/playlists/headers/raw_and_uncut.png') no-repeat 0px 0px;
}

#most_recent_playlists-tab {
  height: 15px;
  width: 133px;
  padding-right: 23px;
  border-right: 1px solid #d8d6d0;
}

#most_recent_playlists-tab.on {
  background: transparent url('../images/playlists/headers/most_recent_on.png') no-repeat 0px 0px;
}

#most_recent_playlists-tab.off {
  background: transparent url('../images/playlists/headers/most_recent_off.png') no-repeat 0px 0px;
}

#most_viewed_playlists-tab {
  width: 135px;
  height: 15px;
  padding: 0px 21px 0 22px;
}

#most_viewed_playlists-tab.on {
  background: transparent url('../images/playlists/headers/most_viewed_on.png') no-repeat 22px 0px;
}

#most_viewed_playlists-tab.off {
  background: transparent url('../images/playlists/headers/most_viewed_off.png') no-repeat 22px 0px;
}

#highest_rated_playlists-tab {
  height: 15px;
  width: 145px;
  padding: 0px 0px 0 21px;
}

#highest_rated_playlists-tab.on {
  background: transparent url('../images/playlists/headers/highest_rated_on.png') no-repeat 21px 0px;
}

#highest_rated_playlists-tab.off {
  background: transparent url('../images/playlists/headers/highest_rated_off.png') no-repeat 21px 0px;
}
/* END: image headers */


#playlists {
  margin: 15px auto;
  width: 906px;
  position: relative;
}

#playlists .notch {
  z-index: 1;
  position: absolute;
  background: transparent url('../images/playlists/video_page_notch.png') no-repeat 0px 0px;
  width: 20px;
  height: 14px;
  top: 30px;
}

#playlists .tabs {
  padding: 10px 0 0 0;
  margin: 0;
  height: 30px;
}

#playlists .tabs .tab {
  list-style-type: none;
  float: left;
  cursor: pointer;
  margin: 0;
}

#playlists .pane {
  border: 4px solid black;
}

.tmz-video-playlist {
  position: relative;
  background-color: #212121;
  height: 280px;
  width: 898px;
  overflow:none;
}

.tmz-video-playlist .left-arrow {
  background: transparent url('../images/playlists/video_page_left_arrow.png') no-repeat 0px 0px;
  cursor:pointer;
  position: absolute;
  z-index: 1000;
  width: 34px;
  height: 36px;
  left: -21px;
  top: 137px;
}

.tmz-video-playlist .right-arrow {
  background: transparent url('../images/playlists/video_page_right_arrow.png') no-repeat 0px 0px;
  cursor:pointer;
  position: absolute;
  z-index: 1000;
  width: 34px;
  height: 36px;
  left: 886px;
  top: 137px;
}

.tmz-video-playlist > .list {
  border-top: 2px solid #2d2d2d;
  background-color: #333333;
  height: 237px;
}

.tmz-video-playlist > .header {
  border-bottom: 1px solid #555553;
  background-color: #212121;
  height: 40px;
  font-weight: bold;
}

.tmz-video-playlist > .header > .title {
  float: left;
  margin: 13px 0 0 15px;
  padding: 0;
  height: 15px;
  width: 215px;
}

.tmz-video-playlist .gradient {
  position: absolute;
  top: 52px;
  height: 198px;
  z-index: 10;
}

.tmz-video-playlist .gradient-left-large {
  left: 0px;
  background: transparent url('../images/playlists/gradient_left_large.png') repeat-y 0px 0;
  width: 145px;
}

.tmz-video-playlist .gradient-left-small {
  left: 0px;
  background: transparent url('../images/playlists/gradient_left_small.png') repeat-y 0px 0;
  width: 63px;
}

.tmz-video-playlist .gradient-right-large {
  right: 0px;
  background: transparent url('../images/playlists/gradient_right_large.png') repeat-y 20px 0;
  width: 125px;
  padding-left: 20px;
}

.tmz-video-playlist .gradient-right-small {
  right: 0px;
  background: transparent url('../images/playlists/gradient_right_small.png') repeat-y 0px 0;
  width: 63px;
}

.tmz-video {
  position: relative;
  cursor: pointer;
  border-bottom: 7px solid #cf0000;
  background: #1c1c1c;
  margin: 9px 0 25px 9px;
  float: left;
  width: 242px;
  height: 191px;
}

.tmz-video img {
  border: 0;
  width: 242px;
}

.tmz-video .header {
  color: white;
  height: 35px;
  padding: 10px 10px;
}

.tmz-video .header > .title {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: .04em;
  padding: 0;
  margin: 0;
}

.tmz-video .header .duration {
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: lighter;
  color: #7d7d7d;
  padding: 0;
  margin: 0;
}

.tmz-video .play-button-overlay {
  position: absolute;
  z-index: 1;
  background: transparent url('../images/playlists/play_button.png') no-repeat 8px 86px;
  height: 142px;
  width: 242px;
}

.tmz-video:hover .play-button-overlay {
  position: absolute;
  z-index: 1;
  background: transparent url('../images/playlists/play_button_on.png') no-repeat 8px 86px;
  height: 142px;
  width: 242px;
}

.tmz-video.left-edge .play-button-overlay, .tmz-video.right-edge .play-button-overlay
{
  display:none;
}

