@charset "UTF-8";
/* CSS Document */

.soundArea {
	height:290px;
	width:290px;
	margin: 0 0 0 0px;
	
}
.audiojs {
	background: none;
	background-repeat: no-repeat;
	width:100%;
	height: 60px;
	box-shadow: none;
}
.audiojs .play-pause {
	width:100%;
	height: 60px;
	padding: 0px 6px 0px 2px;
	border-right: 0px solid #ff9fb8;
}
.audiojs p {
	width: 150px;
	height: 60px;
	margin: 1px 0px 0px 2px;
}
.audiojs .scrubber {
	display: none;
}
.audiojs .progress {
	height: 10px;
	width: 0px;
	background: #ffe13d;
}
.audiojs .loaded {
	height: 10px;
	background: #fff;
}
.audiojs .time {
	display: none;
}
.audiojs .time .played {
	color: #fff;
}
.audiojs .time .duration {
	color: #fff;
}
.audiojs .error-message {
	height: 24px;
	line-height: 24px;
}
.audiojs p {
	position: absolute;
}
.audiojs .play {
	background-image: url(../countdown/images/start_off.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size:290px 290px;
	height:290px;
	width:290px;
}
.audiojs .play:hover {
	background-image: url(../countdown/images/start_on.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size:290px 290px;
		height:290px;
	width:290px;
}
.audiojs .pause {
	background-image: url(../countdown/images/stop_off.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size:290px 290px;
		height:290px;
	width:290px;
}
.audiojs .pause:hover {
	background-image: url(../countdown/images/stop_on.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size:290px 290px;
		height:290px;
	width:290px;
}
.audiojs .loading {
	background-image: url(../countdown/images/loading.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size:290px 290px;
		height:290px;
	width:290px;}
.audiojs .error {
	background-image: url(../countdown/images/error.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size:290px 290px;
		height:290px;
	width:290px;
}
