object , embed{
	float: left;
}

.jw_playlist_playlist {
	float:left;
	width: 450px;
	height: auto;
    margin-bottom: 30px;
	overflow-y: auto;
	overflow-x: hidden;
	<!--[if gte IE 6]>float:right;<![endif]-->
}

.jw_playlist_image {
	width: 75px;
	height: auto;
}

.jw_playlist_image_div {
	border: 1px solid #000000;
	padding: 0 5px;
	margin: 0 5px;
	float:left;
	background-color:white;
}

.jw_playlist_item {
  cursor: pointer;
	padding:10px;
}

.clear {
	clear:both;
	height: 0;
}

.jw_playlist_title {
  float: left;
  /*font-weight: bold;*/
  width: 375px;
}

.jw_playlist_duration {
  float: left;
  font-size: 11px;
  width: 55px;
}

.jw_playlist_description {
  clear: both;
}

.even {
	background-color: #EEEEEE;
}

.odd {
	background-color: #FFFFFF;
}

.playing {
	background-color:#ffdb44;
	font-weight:normal;
}
