.audiojs audio {
	position: absolute;
	left: -1px;
}

.audiojs {
	width: 186px;
	height: 16px;
	background: none repeat scroll 0 0 #69A8C6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.audiojs .play-pause {
	width: 12px;
	height: 12px;
	padding: 2px 4px;
	margin: 0px;
	float: left;
	overflow: hidden;
	border: none;
}

.audiojs p {
	display: none;
	width: 25px;
	height: 40px;
	margin: 0px;
	cursor: pointer;
}

.audiojs .play {
	display: block;
}

.audiojs .scrubber {
	position: relative;
	float: left;
	width: 150px;
	background: #5a5a5a;
	height: 5px;
	margin: 5px;
	border-top: 1px solid #3f3f3f;
	border-left: 0px;
	border-bottom: 0px;
	overflow: hidden;
}

.audiojs .progress {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 14px;
	width: 0px;
	background: none repeat scroll 0 0 #E0EB32;
	z-index: 1;
}

.audiojs .loaded {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 14px;
	width: 0px;
	background: #000;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.5, #333), color-stop(0.51, #222), color-stop(1, #222));
	background-image: -moz-linear-gradient(center top, #222 0%, #333 50%, #222 51%, #222 100%);
}

.audiojs .time {
	display: none;
}

.audiojs .time em {
	padding: 0px 2px 0px 0px;
	color: #f9f9f9;
	font-style: normal;
}

.audiojs .time strong {
	padding: 0px 0px 0px 2px;
	font-weight: normal;
}

.audiojs .error-message {
	float: left;
	display: none;
	margin: 0px 10px;
	height: 36px;
	width: 400px;
	overflow: hidden;
	line-height: 36px;
	white-space: nowrap;
	color: #fff;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.audiojs .error-message a {
	color: #eee;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #999;
	white-space: wrap;
}

.audiojs .play {
	background: url("../img/player-graphics.gif") -7px -9px no-repeat;
}

.audiojs .loading {
	background: url("../img/player-graphics.gif") -7px -39px no-repeat;
}

.audiojs .error {
	background: url("../img/player-graphics.gif") -7px -69px no-repeat;
}

.audiojs .pause {
	background: url("../img/player-graphics.gif") -7px -99px no-repeat;
}

.playing .play, .playing .loading, .playing .error {
	display: none;
}

.playing .pause {
	display: block;
}

.loading .play, .loading .pause, .loading .error {
	display: none;
}

.loading .loading {
	display: block;
}

.error .time, .error .play, .error .pause, .error .scrubber, .error .loading {
	display: none;
}

.error .error {
	display: block;
}

.error .play-pause p {
	cursor: auto;
}

.error .error-message {
	display: block;
}
