.bplayer 				{ position: relative; }
.bplayer .player_wrap 	{ display: none; position: relative; }
.player-loader 			{ position: absolute; width: 100%; height: 100px; background: url(/images/loadinganimation.gif) no-repeat 50% 50%; }

.player-standalone .player_container { top: 50px; }

.player_container {
	position: relative;
	width:518px;
	height:60px;
	border:1px solid #009be3;
}

.player_container  .player_controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
.player_container .player_controls li {
	padding: 4px 0 0 4px;
	width: 20px; height: 20px;
	overflow:hidden;
	text-indent:-9999px;
}
.player_container .player_controls .player_play,
.player_container .player_controls .player_pause {
	display: block;
	position: absolute;
	left:48px;
	top:12px;
	width:25px;
	height:25px;
	padding: 9px 0 0 9px;
	cursor: pointer;
}

.player_container .player_controls .player_pause {
	padding: 9px 0 0 8px;
	width:26px;
}

.ctrl_prev {
	position: absolute;
	left:20px;
	top:18px;
	width:28px;
	height:28px;
	cursor: pointer;
}


.ctrl_prev.disabled {
	cursor:default;
}

.ctrl_next {
	position: absolute;
	left:86px;
	top:18px;
	width:28px;
	height:28px;
	cursor: pointer;
}

.ctrl_next.disabled {
	cursor:default;
}



.player_stop {
	position: absolute;
	left:126px;
	top:18px;
	width:28px;
	height:28px;
	cursor: pointer;
}


.player_progress {
	position: absolute;
	left:164px;
	top:22px;
	width:226px;
	height:15px;
}

.player_progress_load_bar {
	width:0px;
	height:15px !important;
	cursor: pointer;
}
.player_progress_load_bar.jqjp_buffer {
}
.player_progress_play_bar {
	width:0px;
	height:15px !important;
}
.player_container .player_controls .player_volume_min {
	position: absolute;
	left:402px;
	top:22px;
	width:17px;
	height:17px;
	padding: 1px 0 0 1px;
	cursor: pointer;
}

.player_container .player_controls .player_volume_max {
	position: absolute;
	left:480px;
	top:22px;
	width:17px;
	height:17px;
	padding: 1px 0 0 1px;
	cursor: pointer;
}


.player_volume_bar {
	position: absolute;
	left:428px;
	top:30px;
	width:46px;
	height:5px !important;
	cursor: pointer;
}
.player_volume_bar_value {
	width:0px;
	height:5px !important;
	border: none !important;
}

.play_time,
.total_time {
	position: absolute;
	left:164px;
	top:39px;
	width:226px;
	font-size:.8em;
	font-style:oblique;
}

.total_time {
	text-align: right;
}

.player-standalone .playlist_list { margin-top: 50px; }

.playlist_list {
	width:518px;
	float: left;
	border-top: none;
}

.playlist_list ul{
	float: left;
	list-style-type:none;
	padding:10px 20px 20px 20px;
	margin:0 0 10px 0;
	width:478px;
	font-size:.9em;
}

.playlist_list li {
	float: left;
	width: 100%;
	border-bottom:1px solid #9C947C;
	cursor: pointer;
	height: auto;
	font-size: 12px;
	font-family: Vardana, Arial, sans-serif;
    color:#6F6961;
}

.playlist_list li.playlist_current{
	
	color:#000;
	cursor: default;
}

.playlist_list li.playlist_current #current {
	float: left;
    margin-top: 2px;
	width: 16px;
}
.playlist_list li.playlist_hover {
	color:#000;
}

.playlist_list li #track
{
	float: left;
	width: 395px;
}

.playlist_list li a
{
	color:#87A138;
	float: right;
	width: 65px;
	font-weight: bold;
}

.playlist_list li a:hover {
	color: #000;
	text-decoration: none;
}

#license-icon { float: left; margin-top: 2px;  }  
