object , embed{
	float: left;
}

.jw_playlist_playlist {
	float:left;
	width: 500px;
	height: 480px;
	overflow-y: auto;
	overflow-x: auto;
	<!--[if gte IE 6]>float:right;<![endif]-->
}

.jw_playlist_image{
	width: 25px;
	height: auto;
}


.jw_playlist_image_div {
	padding: 0 5px;
	margin: 0 5px;
	float:left;
	background-color:white;
}

.jw_playlist_item {
	padding:10px 10px;
	height: 50px;
}

.jw_playlist_item:hover { 
  background-color: #AFCEE5; 
  cursor: pointer;
}

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

.jw_playlist_title {
	font-weight: bold;
}

.jw_playlist_description {
 height: 20px;
}

.even {
	background-color: #EEEEEE;
}

.odd {
	background-color: #FFFFFF;
}

.playing {
	background-color:#5181A4;
}



