@charset "utf-8";

.audioplayer {
	width: 200px;
	height: 15px;
	background: url(../../images/profile/player/bg.gif) no-repeat center center;
	position: relative;
}
.audioplayer > div {
	position: absolute
}

.audioplayer-playpause {
	width: 28px;
	height: 13px;
	text-align: left;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 2;
	top: 1px;
	left: 49px;
	background: #000;
}
.audioplayer-playpause a {
	display: block;
}
.audioplayer-stopped .audioplayer-playpause a {
	width: 28px;
	height: 13px;
	background: url(../../images/profile/player/play.gif) no-repeat center center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.audioplayer-playing .audioplayer-playpause a {
	width: 28px;
	height: 13px;
	background: url(../../images/profile/player/pause.gif) no-repeat center center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.audioplayer-time {
	display: none;
}

.audioplayer-bar {
	height: 7px;
	cursor: pointer;
	z-index: 1;
	top: 4px;
	left: 85px;
	right: 20px;
	background: url(../../images/profile/player/bar.gif) no-repeat center center;
}
.audioplayer-bar div {
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.audioplayer-bar-loaded {
	z-index: 1;
}
.audioplayer-bar-played {
	z-index: 2;
	background: url(../../images/profile/player/barbtn.gif) no-repeat right center;
	padding: 0 10px;
	margin-left: -1px;
}

.audioplayer-volume {
	display: none;
}