#sitePlayer3000 {
	float:right;
	width:310px;
	display:inline;
	height:61px;
	margin:15px 0 0 0;
	position:relative;
}

#player_container {
	position: absolute;
}

#album_cover {
	position:absolute;
}

#player_container  ul#player_controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}

#player_container  ul#player_controls li {
	overflow:hidden;
	text-indent:-9999px;
	margin:0;
}

#top_player_play,
#top_player_pause {
	display: block;
	position: absolute;
	left:90px;
	top:5px;
	width:18px;
	height:16px;
	cursor: pointer;
}

#top_player_play {
	background: url("../images/p2/site-player-controls.jpg") 0 -48px no-repeat;
}

#top_player_play.jqjp_hover {
	background: url("../images/p2/site-player-controls.jpg") -18px -48px no-repeat;
}

#top_player_pause {
	background: url("../images/p2/site-player-controls.jpg") 0 -32px no-repeat;
}

#top_player_pause.jqjp_hover {
	background: url("../images/p2/site-player-controls.jpg") -18px -32px no-repeat;
}

#top_ctrl_prev {
	position: absolute;
	left:70px;
	top:5px;
	background: url("../images/p2/site-player-controls.jpg") 0 0 no-repeat;
	width:18px;
	height:16px;
	cursor: pointer;
}

#top_ctrl_prev:hover {
	background: url("../images/p2/site-player-controls.jpg") -18px 0 no-repeat;
}

#top_ctrl_prev.disabled {
	background: url("../images/p2/site-player-controls.jpg") 0 0 no-repeat;
	cursor:default;
}

#top_ctrl_next {
	position: absolute;
	left:292px;
	top:5px;
	background: url("../images/p2/site-player-controls.jpg") 0 -16px no-repeat;
	width:18px;
	height:16px;
	cursor: pointer;
}

#top_ctrl_next:hover {
	background: url("../images/p2/site-player-controls.jpg") -18px -16px no-repeat;
}

#top_ctrl_next.disabled {
	background: url("../images/p2/site-player-controls.jpg") 0 0 no-repeat;
	cursor:default;
}

#top_player_stop {
	position: absolute;
	left:97px;
	top:5px;
	background: url("../images/p2/site-player-controls.jpg") 0 0 no-repeat;
	width:18px;
	height:16px;
	cursor: pointer;
}

#top_player_stop.jqjp_hover {
	background: url("../images/p2/site-player-controls.jpg") 0 -18px no-repeat;
}

#top_player_progress {
	position: absolute;
	left:70px;
	top:25px;
	background-color: #eee;
	width:240px;
	height:6px;
	overflow: hidden;
}

#top_player_progress_load_bar {
	background-color:#eee;
	width:0px;
	height:6px;
	cursor: pointer;
	overflow: hidden;
}

#top_player_progress_load_bar.jqjp_buffer {
	background-color: #000;
	overflow: hidden;
}

#top_player_progress_play_bar {
	background-color: #00aee2;
	width:0px;
	height:6px;
	overflow: hidden;
}

#top_play_time,
#top_total_time {
	position: absolute;
	left:70px;
	top:40px;
	width:55px;
	color:#111;
	font-size:10px;
}

#top_total_time {
	text-align: right;
}

#social_share {
	position:absolute;
	top:38px;
	left:150px;
	width:165px;
	height:17px;
}

	#social_share img {
		float:left;
		display:inline;
		margin:0 0 0 5px;
	}

#playlist_list li {
	display:none;
}

#playlist_list li.playlist_current {
	display:block;
	text-decoration:none;
	display:block;
	position:absolute;
	top:5px;
	left:108px;
	text-transform:uppercase;
	color:#111;
	font-size:10px;
	width:182px;
	overflow:hidden;
	height:13px;
}