

.player {
	box-sizing: border-box;
	border: 1px solid #25656E;
    border-radius: 2px;
	margin: 4px;
	box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.15 ), 0 0 3px rgba( 0, 0, 0, 0.5 );
	background-image: linear-gradient(to bottom, #58a5ad 0%, #1f737c 100%);
}

.player .player-track-item {
	position: relative;
	cursor: pointer;
	color: #9fd9de;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 13px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
	line-height: 31px;
	margin: 0;
	padding: 0;
	text-align: left;
}

.player div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;   
}

.player .player-image {
	display: block;
	position: relative;
	float: left;
	margin: 4px;
	overflow: hidden;
	-webkit-border-radius: 4px;
    	-moz-border-radius: 4px;
    	border-radius: 4px;
}

.player .player-image img {
	display: inline-block;
	border: none;	
	margin: 0;
	padding: 0;
	-webkit-border-radius: 4px;
    	-moz-border-radius: 4px;
    	border-radius: 4px;
}

.player .player-image-clear {
}

.player .player-text {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 4px;
	height: 50px;
	line-height:18px;

}

.player .player-text-clear {
}

.player .player-title {
	display: block;
	color: #eee;
	font-family: "Open Sans",Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.player .player-title-clear {
}

.player .player-info {
	display: block;
	color: #ddd;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-style: italic;
	margin-top: 4px;
}

.player .player-info-clear {
}

.player .player-bar {
	position: relative;
	width: 174px;
	min-height: 64px;
	float: left;
	font-size:18px;
}

.player .player-bar-buttons-clear {
	clear: both;
}

.player .player-bar-clear {
	clear: both;
}

.player .player-bar-title {
	position: relative;
	float: left;
	color: #eee;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 24px;
	margin: 0 8px;
}

.player .player-playpause {
	position: absolute;
	top: 0;
	left: 40px;
}

.player .player-play {
	position: relative;
}

.player .player-pause {
	position: relative;
}

.player .player-stop {
	position: relative;
	float: left;
}

.player .player-prev {
	position: absolute;
	top: 0;
	left: 0px;
}

.player .player-next {
	position: absolute;
	top: 0;
	left: 80px;
}

.player .player-loop {
	position: absolute;
	top: 12px;
	left: 124px;
}

.player .player-progress {
	position: absolute;
	top: 42px;
	left: 0px;
	right: 0px;
	box-shadow: -1px -1px 0 rgba( 0, 0, 0, 0.5 ), 1px 1px 0 rgba( 255, 255, 255, 0.1 );
	margin: 8px 4px;
	border-radius: 4px;
}

.player .player-progress-loaded {
	background-color: #2d9099;
	border-radius: 2px;
}

.player .player-progress-played {
	border-radius: 0px;
	background-image: linear-gradient(to bottom, #fcfcfc 0%, #e6e3da 100%);
}

.player .player-time {
	position: relative;
	float: right;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	text-shadow: 1px 1px 0 #000;
	line-height: 24px;
	margin: 0 4px;
}

.player .player-volume {
	position: absolute;
	top: 12px;
	left: 154px;
}

.player .player-volume-bar {
	background-color: ;
	border: none;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.15 ), 0 0 3px rgba( 0, 0, 0, 0.5 );
}

.player .player-volume-bar-adjust {
	background-color: #336b70;
	box-shadow: -1px -1px 0 rgba( 0, 0, 0, 0.5 ), 1px 1px 0 rgba( 255, 255, 255, 0.1 );
}

.player .player-volume-bar-adjust-active {
	background-color: #f0f0f0;
	box-shadow: inset 0 0 5px rgba( 255, 255, 255, 0.5 );
}

.player .player-tracklist {
	display: block;
	position: relative;
}

.player .player-tracklist-container {
	display: block;
	position: relative;
	margin: 4px;
	padding: 8px 0px;
}

.player .player-tracks-wrapper {
	position: relative;
	height: auto !important;
}

.player .player-tracks {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.player .player-track-item-active {
	cursor: pointer;
	color: #fff;
}

.player .player-track-item a {
	color: #999;
    text-decoration: none;
}

.player .player-track-item-active a {
	color: #fff;
    text-decoration: none;
}

.player .player-track-item-duration {
	position: absolute;
	top: 0;
	right: 0;
}

.player .player-tracklist-arrow-prev {
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -64px;
}

.player .player-tracklist-arrow-next {
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: 16px;
}

.player .player-tracklist-clear {
	clear: both;
}

.player .player-item-id {
	float: left;
	width: 22px;
}

.player .player-item-info {
	float: right;
	width: 36px;
}

.player .player-item-title {
	overflow: hidden;
}

.amascrollbar { display:none !important}


