.jw_playlist_playlist {
	float:right;
	width: 220px;
	height: 320px;
	overflow-y: auto;
	overflow-x: auto;
}

.jw_playlist_playlist IMG {
	border: 0;
	cursor: hand;
	cursor: pointer; 
}

.jw_playlist_image, .jw_playlist_image  {
	width: 208px;
	height: 70px;
}

.jw_playlist_image_div {
	width: 95px;
	margin: 0;
	padding: 0;
}

.jw_playlist_item {
	padding: 0;
}

.clear {
}

.jw_playlist_title {
	font-weight: bold;
}

.jw_playlist_description {
	font-weight: normal;
}

.even {
	background-color: white;
	float: left;
	width: 208px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.odd {
	background-color: white;
	float: left;
	width: 208px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.playing {
	background-color:yellow;
}

/*** youtube playlist one ****/

#ytvideo 
{
    margin-bottom: 10px;
}

ul.ytlist 
{
    list-style: none;
    list-style-type: none;
}

ul.ytlist li 
{
    clear: both;
    margin-bottom: 4px;
    width: 100%;
    height: 120px;
    padding: 4px;
    display: block;
}

ul.ytlist li.currentvideo
{
    background-color: #dedede;
}

ul.ytlist li img 
{
    float: left;
    margin-right: 10px ! important;
}
