.embedWrap #playerWrap {
	position: relative;
	min-height: 100%;
    max-width: 700px;
    margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
	overflow: hidden;
}
.embed-header{
	position: fixed;
	top:0;
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 10px;
	font-size: 1.00em;
	z-index: 1001;
	border-bottom: 0px solid !important;
}
.embed-cover{
	max-width: 100px;
	float: left;
	padding: 0 15px 5px 0;
}
.embed-footer{
	position: fixed;
	bottom: 0;
	width:600px;
	max-width:100%;
	margin:0 auto;
	padding:5px 15px;
	text-align: right;
	font-weight: bold;
	border-top: 0px solid !important;
}
.embedWrap #showPlaylist{
	overflow-x: auto;
}
.embedWrap #song{
	width: 100%;
	font-size: 1.00em;
	padding: 2px 9px;
}
.embedWrap #songTitle {
	float: left;
	padding: 0;
	margin: 0;
	font-size: 1.00em;
}
.embedWrap #songCount {
	padding: 0;
	font-size: 0.85em;
	/*font-weight: bold;*/
}
.embedWrap #audiowrap {
	/*border-top: 1px solid red;*/
	position: fixed;
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 15px 0 0 0;
	text-align: center;
	background: #ffffff;
	z-index: 1000;
}
.embedWrap audio {
	display: inline-block;
	/**display: inline;
	*zoom: 1;*/
}
.embedWrap .no-audio {
	display: none;
}
.embedWrap #playerControls {
	margin-bottom: 0;
}
/* buttons */
.embedWrap #audiowrap button {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
	line-height: normal;
	*overflow: visible;
}
.embedWrap #audiowrap button, .embedWrap #audiowrap button:hover, .embedWrap #plwrap button, .embedWrap #plwrap button:hover {
	height: 20px;
	width:30px;
	border-radius: 6px;
	border: 0;
	padding: 1px 2px;
	margin: 0 0 15px 0;
	font-size: 0.55em;
	font-weight: bold;
	-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;
	text-shadow: none;
	text-align: center;
}
.embedWrap #audiowrap button#btnPlaylist {
	padding: 1px 2px;
	font-size: 0.65em;
}
.embedWrap #playerControls .btn_class:not(:last-child) {
	margin-right: 10px;
}
/* FontAwesome buttons */
.embedWrap #btnStop:before {
	content: "\f04d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.embedWrap #btnPlaylist:before {
	content: "\f0c9";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.embedWrap #btnPlay.btnPlay:before {
	content: "\f04b";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.embedWrap #btnPlay.btnPause:before {
	content: "\f04c";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.embedWrap #btnFF:before {
	content: "\f04e";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.embedWrap #btnRW:before {
	content: "\f04a";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.embedWrap #btnPrev:before {
	content: "\f060";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.embedWrap #btnNext:before {
	content: "\f061";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.embedWrap #btnMute.muted:before {
	content: "\f026";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
#btnMute.unmuted:before {
	content: "\f028";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.embedWrap #audiowrap button#btnMute {
	padding: 0;
	font-size: 0.70em;
}
.embedWrap #volumeSlider {
	width:100px;
	max-width:100%;
	height: 8px;
	display: inline-block;
	padding: 0;
}
.embedWrap input[type=range], .embedWrap input[type=range]:active, .embedWrap input[type=range]:focus{
    border: 0;
}
.embedWrap input[type=range]::-moz-range-track {
    height: 5px;
    border-radius: 6px;
}
.embedWrap input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
}
/* progress bar */
.embedWrap #timeline {
	margin: 0 auto;
	padding: 0 0 10px 0;
	font-size: 1.00em;
	font-weight: bold;
}
.embedWrap #progressBar, .embedWrap #timeBar, .embedWrap #bufferBar {
	padding: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.embedWrap #progressBar {
	position: relative;
	width:220px; 
	max-width:100%; 
	height:10px;
	text-align: left;
	margin: 3px auto 0 auto;
	padding: 0;
	overflow: hidden;
}
.embedWrap .totaltime, .embedWrap .currenttime {
	margin-top: 3px;
}
.embedWrap #timeBar {
	position: absolute;
	top: 0;
	width:0;
	height: 100%;
	display:inline-block;
	margin: 0;
	padding: 0;
}
.embedWrap #bufferBar {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	display:inline-block;
	height: 100%;
}
/* playlist */
.embedWrap .plControls {
	margin-top: 5px;
}
.embedWrap #showPlaylist {
}
.embedWrap #plwrap {
	padding-top: 0;
	font-size: 1em;
}
.embedWrap .plUL {
	list-style: none;
	margin: 0;
	padding: 2px 0 0 0;
}
.embedWrap .plUL li {
	cursor: pointer;
	line-height: 15px;
	margin: 0 3px;
	border: 0px;
}
.embedWrap .plItem {
	position: relative;
	padding: 10px 0 10px 5px;
}
.embedWrap .plTitle {
	position: absolute;
	top: 10px;
	left: 35px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.embedWrap .plNum {
	width: 25px;
	text-align: right;
}
.embedWrap .gallery-page span {
	display: block;
	float: left;
}
.embedWrap .audio-title{
	max-width: 100%;
	font-size: 1.15em;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 25px;
}
.embedWrap .audio-title.recent{
	font-weight: bold;
	cursor: default;
}
.embedWrap img.float-left, .embedWrap .image-left{
	margin:0 10px 0 0 !important;
}
.embedWrap img.float-right, .embedWrap .image-right{
	padding:0 0 0 10px;
}
/*@media screen and (max-width: 768px) {
	.audio-title{
		max-width: 450px;
	}
}
@media screen and (max-width: 640px) {
	#volume {
		width:300px;
	}
	.audio-title{
		max-width: 350px;
	}
	#audioSlider {
		width:235px;
	}
	#progressBar {
		width:250px; 
	}
}
@media screen and (max-width: 512px) {
	.audio-title{
		max-width: 250px;
	}
}
@media screen and (max-width: 426px) {
	div#song, #volume, .currenttime, .totaltime {
		display: none !important;
	}
	#progressBar {
		max-width:200px; 
	}
	div#playerWrap {
		padding: 200px 0 0 0;
	}
}*/
