object , embed{
	/*float: left;*/
}

.jw_playlist_playlist {
 /*margin-top:-2px;*/
 margin-top:0px;
background-color: #D9D9D9;
	 cursor:pointer;
	 border-left:solid 1px #666;
	 border-right:solid 1px #666;
	 border-bottom:solid 1px #666;
	/*float:left;*/
	width: 632px;
	height: auto;
	  visibility:visible;
/*	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: none;
	padding: 0 5px;
	margin: 0 5px;
	float:left;
	background-color:white;
}

.jw_playlist_item {
	padding:3px 10px;
	margin:0;
	 text-align:center;
}


.clear {
	/*clear:both;
	height: 0;*/
}

.jw_playlist_title {
	font-weight: bold;
}

.jw_playlist_description {
     font-size:3em;
    font-family: Arial, Verdana, Sans-Serif;
 	 color:#0000ff;
}


.even {
	/*background-color:#fff;*/
	
}


.odd {
	/*background-color: #D9D9D9;*/
}

.playing {
	background-color:orange;
}

