.jw_playlist_playlist {
 float: left;
 width: 310px;
 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_item {
 padding: 2px 5px;
 font-size: 11px;
 cursor: pointer;
}
.jw_playlist_item:hover {
 background: #0080c0;
 color: white;
}

.jw_playlist_title {}
.jw_playlist_description {}

.even {background-color: #ddd;}
.odd {background-color: #eee;}
.playing {background:#0080C0 url('../../images/disco_icons/volume_on.png') no-repeat right 2px !important; color: white;}
