.jw_playlist_playlist {
      width: 550px;
      height: 95px;
      overflow-y:  hidden;
	  overflow-x: scroll;
	  margin-left: 15px;
}

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

.jw_playlist_image_div {
	border: 1px solid #000000;
	padding: 0px;
	margin: 0px 5px 0px 5px;
	float:left;
	background-color:white;
}

.jw_playlist_item, .jw_playlist_item_active {
	padding:10px 5px;
	height: 55px;
	width: 180px;
	float: left;
	border-top: 1px dotted #000;
	border-left: 1px dotted #000;
}
.jw_playlist_item:hover {
	background-color: #9b8773;
	border-top: 1px dotted #fff;
	border-left: 1px dotted #fff;	
}
.jw_playlist_item_active {
	background-color: #9b8773;
	border-top: 1px dotted #fff;
	border-left: 1px dotted #fff;
}


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

.jw_playlist_title {
	font-weight: normal;
}

.jw_playlist_description {
}

.even {
	background-color: #FFFFFF;
}


.playing {
	background-color:yellow;
}
