object , embed{
	float: left;
}

.jw_playlist_playlist {
	float:left;
	width: 280px;
	height: 367px;
	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_image_div {
	float:left;
	margin:0 5px 0 0;
}

/*.jw_playlist_item {
	padding:10px 20px;
}*/

.jw_playlist_item {
	padding:0.5em 1em;
}

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

.jw_playlist_title {
	font-weight: bold;
}

.jw_playlist_description {
}

.even {
	background-color: #EEEEEE;
}

.odd {
	background-color: #FFFFFF;
}

.playing {
	background-color:yellow;
}

/* =============================================================================
OFC
----------------------------------------------------------------------------- */
.jw_playlist_playlist {
	float:none;
    width:240px;
    height:232px;
    }

/*.jw_playlist_playlist {
    width:610px;
    height:200px;
    
    margin-top:1em;
    padding:0.3em;
    border:0.1em solid #ccc;
    }*/
    
.playing { background:#fff2c0;}
.jw_playlist_image { width:60px;}
.jw_playlist_item:hover { cursor:pointer;}

