object , embed{

}

.jw_playlist_playlist {
position:absolute;
	top:480px;
	left:0px;
}

.jw_playlist_image {
	display:none;
}

.jw_playlist_image_div {
	display:none;
}

.jw_playlist_item {
	padding:0px 20px 15px;
	background-image: url(playsymbol.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width:440px;
	cursor: pointer;
	cursor: hand;
}

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

.jw_playlist_title {
	font-weight: bold;
	font-size:0.95em;
	line-height:1.4em;
}
.jw_playlist_item:hover {
	text-decoration:underline;
	background-image: url(playsymbol.gif);
	background-repeat: no-repeat;
	background-position: right -64px;
}
.jw_playlist_description {
font-weight: normal;
	font-size:0.7em;
	line-height:1em;
}

.playing, .playing:hover{
	color:#fc0;
	background-image: url(playsymbol.gif);
	background-repeat: no-repeat;
	background-position: right -128px;
}
.playlist-space {
height:1000px;
}