object , embed{
	float: left;
		background-color:#666666;
}

.jw_playlist_playlist {
	float:right;
	width: 156px;
	height: 112px;
	overflow-y: auto;
	overflow-x: hidden;
	border-left: solid thin #666666;
	<!--[if gte IE 6]>float:right;<![endif]-->
}

.jw_playlist_image {
	width: 0px;
	height: 0px;
}

.jw_playlist_image_div {
	padding: 0 0 0 10px;
	margin: 0 0;
	float:left;
	background-color: #000000;

}

.jw_playlist_item {
	padding:2px 4px 0 10px;
	border-bottom:#666666 thin solid;
	height:25px;
	color:#cf9118;
	cursor:pointer;
}

.clear {
	clear:both;
	height: 0;
}

.jw_playlist_title {
	font-weight: bold;
}

.jw_playlist_description {
}

.even {
	background-color: #000000;
}

.odd {
	background-color: #000000;
}

.playing {
	background-color: #000000;
	color:#00CC00;
}

