div#playerWrap {
	position: relative;
	min-height: 100%;
	max-width: 600px;/**/
	margin: 15px auto;
	text-align: left;
	padding: 0;
	border: 0px solid red;
}
.gallery-page, .sortItems{
	max-width: 650px;
	margin: 0 auto;
}
.gallery-page .move{
	margin-right: 15px;
}
div#songTitle {
	float: left;
	padding: 0 5px 10px 0;
	margin: 0;
	font-size: 0.85em;
}
#songCount {
	padding: 0;
	font-size: 0.85em;
	font-weight: bold;
}
#audiowrap {
	max-width: 500px;/**/
	margin: 0 auto;
	text-align: center;
}
audio {
	display: inline-block;
	/**display: inline;
	*zoom: 1;*/
}
/*.is-audio, #audio0 {
	display: none;
}*/
.js #audio0 {
	display: block;
}
.js.audio .is-audio {
	display: block;
}
.no-audio {
	display: none;
}
/* progress bar */
#timeline {
	margin: 0 auto;
	padding: 0 0 0 0;
	font-size: 1.00em;
	font-weight: bold;
}
#progressBar, #timeBar, #bufferBar {
	padding: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#progressBar {
	position: relative;
	width:300px; 
	height:10px;
	text-align: left;
	margin: 3px auto 0 auto;
	padding: 0;
	overflow: hidden;
}
.totaltime, .currenttime {
	margin-top: 3px;
}
#timeBar {
	position: absolute;
	top: 0;
	width:0;
	height: 100%;
	display:inline-block;
	margin: 0;
	padding: 0;
}
#bufferBar {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	display:inline-block;
	height: 100%;
}
#playerControls {
	margin-bottom: 10px;
}
/* buttons */
#audiowrap button {
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
	line-height: normal;
	*overflow: visible;
}
#audiowrap button, #audiowrap button:hover, #plwrap button, #plwrap button:hover {
	height: 35px;
	width:45px;
	border-radius: 12px;
	margin: 0;
	padding: 4px 8px;
	font-size: 1.00em;
	font-weight: bold;
	border: 0;
	-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;
	text-shadow: none;
	text-align: center;
}
#audiowrap button#btnPlaylist {
	padding: 4px 10px;
}
#playerControls .btn_class:not(:last-child) {
	margin-right: 10px;
}
/* FontAwesome buttons */
#btnStop:before {
	content: "\f04d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
#btnPlaylist:before {
	content: "\f0c9";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
#btnPlay.btnPlay:before {
	content: "\f04b";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
#btnPlay.btnPause:before {
	content: "\f04c";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
#btnFF:before {
	content: "\f04e";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
#btnRW:before {
	content: "\f04a";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
#btnPrev:before {
	content: "\f060";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
#btnNext:before {
	content: "\f061";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
#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;
}
/* volume control */
#volume {
	width:285px;
	margin: 0 auto 0 auto;
	text-align: center;
	/*border: 1px solid red;*/
}
#audioSlider {
	width:225px;
	height: 6px;
	margin: 15px 0 0 0;
}
#audioSlider.ui-slider {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#audioSlider.ui-slider-horizontal .ui-slider-handle {
	top: -6px;
}
#audioSlider.ui-slider .ui-slider-handle {
	width: 16px;
	height: 16px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
}
#audiowrap button#btnMute {
	float: right;
}
/* playlist */
div.plControls {
	margin-top: 5px;
}
div#showPlaylist {
	/*display: none;*/
	border: 0px solid;
	border-radius: 8px;
}
div#plwrap {
	padding-top: 15px;
	font-size: 1em;
}
#plUL {
	list-style: none;
	margin: 0;
	padding: 2px 0 0 0;
}
#plUL li {
	cursor: pointer;
	line-height: 22px;
	border: 1px solid black;
	border-radius: 8px;
	margin: 3px 3px;
}
.plItem {
	position: relative;
	padding: 10px 0 10px 0;
}
.plTitle {
	position: absolute;
	top: 10px;
	left: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.plNum {
	width: 25px;
	text-align: right;
}
/*.plSel, .plSel:hover {
	cursor: default !important;
}*/
.gallery-page span {
	display: block;
	float: left;
}
.audio-title{
	max-width: 475px;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 25px;
}
.audio-title.recent{
	font-weight: bold;
	cursor: default;
}
.chk{
	margin: 5px 0 0 5px;
}
@media screen and (max-width: 768px) {
	.audio-title{
		max-width: 430px;
	}
}
@media screen and (max-width: 640px) {
	/* show the button on small screens */
	#songCount {
		display: none;
	}
	/* hide the menu when it has the "collapsed" class set by the script */
	div#songTitle {
		float: none;
		text-align: center;
	}
	#volume {
		width:300px;
		/*border: 1px solid red;*/
	}
	.audio-title{
		max-width: 310px;
	}
	#audioSlider {
		width:200px;
		height: 6px;
		margin: 22px 5px 0 5px;
	}
	#progressBar {
		width:250px; 
	}
}
@media screen and (max-width: 512px) {
	.audio-title{
		max-width: 250px;
	}
}
@media screen and (max-width: 485px) {
	.audio-title{
		max-width: 225px;
	}
}
