object , embed{
	float: left;
}

.jw_playlist_playlist {
	float:right;
	width: 300px;
	height: 400px;
	padding-top:0px;
	overflow-y: auto;
	overflow-x: hidden;
	<!--[if gte IE 6]>float:right;<![endif]-->
}

.jw_playlist_image {
	width:75px;
	height:56px;
}

.jw_playlist_image_div {
	border: 1px outset #000;
	padding: 0 0px;
	margin: 0 5px;
	float:left;
	background-color:#222222;
}

.jw_playlist_item {
	padding:10px 10px;
}

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

.jw_playlist_title {
	font-weight: bold;
	font-family: ydnie, Arial;
	color:#FFFF00;
}

.jw_playlist_description {
	color:#FFF;
	font-family  Sydnie, Arial;
}

.even {
	background-color: #222;
	color:#FFF;
}

.odd {
	background-color: #333;
	color:#FFF;
}

.playing {
	background-color:#00cc00;
	color:#FFFF00;
}