/*object, embed {
	float: left;
	border: 2px solid #000;
}*/

.jw_playlist_image {
	width: 107px;
	height: 60px;
	border: 1px solid #000;
	/* height: auto; */
}

.jw_playlist_image_div {
	padding: 0 5px 0 0;
	margin: 0 5px 0 0;
	float:left;
	/* background-color:white; */
}

.jw_playlist_item {
	padding:10px 20px 10px 10px;
	height: 65px;
	/* border: 1px solid #000; */
}

.clear {
	clear:both;
	height: 0;
}

.jw_playlist_title {
	font-weight: bold;
	font-size: 12px;
}

.jw_playlist_description {
	font-size: 10px;
}

.even {
	background-color: #ECEFF5;  /*#EEEEEE;*/
	cursor:pointer;
}

.odd {
	background-color: #FFFFFF;
	cursor:pointer;
}

.playing {
	background-color:#7B83A3;
	cursor:pointer;
}
