.player_container {
	position: relative;
	width: 385px;
	margin-top: 10px;
}

ul.player_controls {
	list-style-type:none;
	padding:0;
	margin: 0;
	display: inline-block;
}

ul.player_controls li {
	overflow:hidden;
	font-size: 0px;
}

.player_play, .player_pause, .player_stop {
	position: absolute;
	cursor: pointer;
	width: 34px;
	height: 34px;
	display: inline-block;
	max-height: 34px !important;
	cursor: pointer !important;
}

.jp-duration {
	cursor: pointer !important;
}

.player_play {
	background: transparent url('../img/play.png') 0 0 no-repeat !important;
	opacity: 0.8;
}

.player_play:hover {
	opacity: 1;
}

.player_pause {
	background: url('../img/pause.png') 0 0 no-repeat !important;
	opacity: 0.8;
}

.player_pause:hover {
	opacity: 1;
}

.player_stop {
	left: 40px;
	background: url('../img/stop.png') 0 0 no-repeat !important;
	opacity: 0.8;
}

.player_stop:hover {
	opacity: 1;
}

.player_progress {
	position: absolute;
	left:130px;
	top:52px;
	background-color: #eee;
	width:170px;
	height:10px;
	border-radius: 2px;
	cursor: pointer !important;
}

.player_progress_load_bar {
	background: rgba(63,148,41,0.2);
	width:0px;
	height:10px;
	cursor: pointer;
	border-radius: 2px;
}

.player_progress_play_bar {
	background: rgba(63,148,41,0.6);
	width:0px;
	height:10px;
	border-radius: 2px;
}

.player_volume_min {
	position: absolute;
	left:274px;
	top:32px;
	background: url('../img/spirites.jpg') 0 -170px no-repeat;
	width:18px;
	height:10px;
	cursor: pointer;
}

.player_volume_max {
	position: absolute;
	left:346px;
	top:32px;
	background: url('../img/spirites.jpg') 0 -186px no-repeat;
	width:18px;
	height:10px;
	cursor: pointer;
}

.player_volume_min.different_prefix_example_hover {
	background: url('../img/spirites.jpg') -19px -170px no-repeat;
}

.player_volume_max.different_prefix_example_hover {
	background: url('../img/spirites.jpg') -19px -186px no-repeat;
}

.player_volume_bar {
	position: absolute;
	left:360px;
	top:52px;
	background: #fff;
	width:50px;
	height: 10px;
	cursor: pointer;
}

.player_volume_bar_value {
	background: #1f6394;
	width:0px;
	height:10px;
}

.player_playlist_message {
	position: absolute;
	left:0;
	bottom:0;
	width:250px;

	font-family: Arial, Helvetica, sans-serif;
	line-height:1.4em;
	height:1em;
}

.song_title {
	margin-bottom: 15px;
	font-size: 20px;
}

.play_time, .total_time {
}

.play_time {
	left: 82px;
	top: 47px;
	position: absolute;
}

.total_time {
	left: 307px;
	top: 47px;
	position: absolute;
}