﻿object , embed{
	float: left;
}

.jw_playlist_playlist {
	width: 420px;
	height: 440px;
}

.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 {
	padding:5px 5px;
	cursor:pointer;
}
.jw_playlist_item:hover
{
	background-color:#f05a28;
}

.clear {
	clear:both;
	height: 0;
}

.jw_playlist_title {
	font-weight: bold;
	float:left;
}

.jw_playlist_description 
{
	clear:both;
}

.even {
	background-color: #EEEEEE;
}

.odd {
	background-color: #c3c86c;
}

.playing {
	background-color:#f05a28;
}


.jw_playlist_duration
{
	float:right;	
}