.jw_playlist_playlist {
  width: 300px;
  height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

.jw_playlist_image {
  width: 60px;
  height: auto;
}

.jw_playlist_image_div {
  float:left;
  margin-right: 5px;
  border: 1px solid #000;
  background-color: #fff;
}

.jw_playlist_item {
  padding:10px 20px;
  cursor: pointer;
}

.jw_playlist_title,
.jw_playlist_description {
  font-family: arial;
  font-size: 11px;
}

.jw_playlist_playlist {
  background: #000;
}

.jw_playlist_playlist .even {
  background: #222;
}

.jw_playlist_playlist .playing {
  background: #666;
}

.clear {
  clear:both;
  height: 0;
}

.jw_playlist_description {
  color: #fff;
}

#playlist-switcher {
  width: 100%;
}

#playlist-switcher li.select span {
  display: block;
  padding: 5px 10px;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  background: #000;
  line-height: 20px;
  cursor: pointer;
}

#playlist-switcher .switch-list {
  width: 100%;
  background: #666;
}

#playlist-switcher .switch-list li a {
  display: block;
  font-family: arial;
  font-size: 11px;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
}

#playlist-switcher .switch-list a:hover {
  color: #fff;
  background: #222;
} 