object , embed{
	float: left;
}

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

#videoplayer_wrapper .jw_playlist_playlist {
	float: none;
	position: absolute;
	top: 0;
	left: 485px;
	width: 415px;
	height: 400px;
}

#introplayer_wrapper .jw_playlist_playlist {
	display: none;
}

.jw_playlist_image {
	width: 100px;
	height: auto;
	border: 1px solid #333;
}

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

.jw_playlist_item {
	padding: 5px;
	cursor: pointer;
}

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

.jw_playlist_title {
	font: 12px Arial;
	font-weight:bold;
}

.jw_playlist_description {
	font-size: 90%;
}

.even {
	background-color: #f7f7f7;
}

.odd {
	background-color: #fff;
}

.jw_playlist_playlist .playing {
	background-color: yellow;
}
