.audioplayer-widget {
	display: inline-block;
	width: 300px;
	height: 36px;
	background: url("../images/player.png") no-repeat;
	box-shadow: 1px 1px 3px rgba(0,0,0,.5);
	border-radius: 5px;
	position: relative;
}

.audioplayer-play {
	float: left;
	height: 36px;
	width: 36px;
	background: url("../images/player.png") no-repeat 0 -36px;
	cursor: pointer;
}

.audioplayer-playing .audioplayer-play {
	background-position: -36px -36px;
}

.audioplayer-slide {
	position: absolute;
	top: 12px;
	left: 45px;
	width: 148px;
	height: 7px;
	padding: 3px 5px 3px 3px;
	cursor: pointer;
}

.audioplayer-volume {
	position: absolute;
	top: 12px;
	left: 235px;
	width: 48px;
	height: 7px;
	padding: 3px 5px 3px 3px;
	cursor: pointer;
}

.audioplayer-bar {
	display: block;
	position: relative;
	width: 100%;
	height: 7px;
}

.audioplayer-bar-playable {
	background: url("../images/player.png") no-repeat -72px -36px;
	position: absolute;
	left: 0;
	top: 0;
	height: 6px;
	border-radius: 3px;
}

.audioplayer-bar-position {
	background: #f37722;
	position: absolute;
	left: 0;
	top: 0;
	height: 6px;
	border-radius: 3px;
	box-shadow: inset 1px 1px 0 rgba(255,255,255,.35);
}

.audioplayer-bar-click {
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	height: 15px;
	background: url("../images/player.png") no-repeat 0 -72px;
	margin: -4px 0 0 -7px;
}

.audioplayer-holder {
	display: inline-block;
	position: relative;
}

.audioplayer-holder .audioplayer-widget {
	position: absolute;
	bottom: -40px;
	left: 0;
	z-index: 999;
}
