div#videoplayer {
  width:512px;
}

div.prevPage {
  float:left;
  width: 15px;
  height:63px;
  background:url(../../images/video-controls/btn-prev.jpg) no-repeat;
  cursor:pointer;
}

div.nextPage.disabled, div.prevPage.disabled {
  background-position: 0 -63px;
  cursor:default;
}

div.nextPage {
  width: 15px;
  height:63px;
  background:url(../../images/video-controls/btn-next.jpg) no-repeat;
  float:left;
  cursor:pointer;
}

div#playlist {
  float:left;
  width:466px;
  height:63px;
  position:relative;
  overflow:hidden;
  margin:0 8px;
  background-color: #F3EDED; 
}


div#playlist div.items {
  position:absolute;
  width:200000em;
}

div#playlist div.items a {
  margin-right:9px; 
}

h4#video_title {
  display: block;
  background: url(../../images/player_balk-bg.gif);
  width: 492px;
  height: 32px;
  margin: 10px 0 0 0;
  padding: 0;
  color: white;
  padding-left: 20px;
  font-size:14px;
  line-height: 30px;
  font-weight: normal;
}

div#playercontainer {
  background: #F3EDED url(../images/form_bg.gif) repeat-x scroll left top;
  width: 512px;
  height: 435px;
  border: 1px solid #999;
  padding: 0 10px 10px 10px;
}

div#playlistcontainer {
  padding-top: 10px;
  border-top: 1px solid #999;
}
