body {
	font-size: 12px;
	font-family: helvetica, verdana, arial, sans-serif;
	background: #000;
}



object , embed{
	display: block;
}

#jw_playlist_playlist {
	margin-top: 30px;
	padding-top: 5px;
	width: 100%;
	height: 260px;
	background: #fff;
	overflow-y: auto;
	overflow-x: hidden;
}

.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: 5px 10px 3px 20px;
}
.jw_playlist_item.hover {
	color : #fff;
	background : #000;
}
.clear {
	clear:both;
	height: 0;
}

.jw_playlist_title {
	font-weight: normal;
	cursor : pointer;
	margin-bottom: .2em;
	font-size: 13px;
}

.jw_playlist_description {
}

.even {
/* 	background-color: #EEEEEE; */
}

.odd {
/* 	background-color: #FFFFFF; */
}

.playing {
	background-color: #333;
	color : #fff;
}
.media-player {
	padding: 15px 0 0 20px;
}

#mp3player-title {
	padding: 18px 0 0 20px;
	color : #B3A57E;
	font-size: 13px;
	line-height: 1.4em;
}
