div.jp-playlist .jp-playlist-item-download {
	background-image: none;
	display: block;
	float: right;
	font-size: 30px;
	height: 37px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	padding-top: 1px;
	text-align: center;
	width: 37px;
	color:#999;
}
div.jp-playlist:hover,
.jp-playlist-item-download:hover,
.jp-playlist-item:hover {
	color:#bbb;
	cursor:pointer;
	text-decoration:none;
}

.jp-progress {
	cursor: pointer;
	height: 4px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}

.jp-seek-bar {
	background-color: #2f2f2f;
	height: 100%;
	width: 0%;
}

.jp-play-bar {
	background-color: #1a1a1a;
	height: 100%;
	position: relative;
}

.jp-play-bar .jp-play-bar-knob {
	background-color: #fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	height: 5px;
	position: absolute;
	right: -2px;
	top: -1px;
	width: 5px;
}