.video-player {
	
}
.video-play {
	cursor: pointer;
}
.volume-button {
	cursor: pointer;
}
.video-timer {
	cursor: default;
}
.video-player.circle {
	position: absolute;
}
.video-player.circle .bevel {
	width: 0px; height: 0px; display: none;
}
.video-circle-controls {
	background: rgba(0, 0, 0, 0.2); top: 2px; z-index: 50;
}
.video-circle-play {
	background: url("icon/video-circle.png") no-repeat -10px -39px; margin: auto; transition:0.2s ease-in-out; left: 0px; top: 0px; width: 22px; height: 28px; right: 0px; bottom: 0px; position: absolute; z-index: 120; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;
}
.video-paused-button {
	background: url("icon/video-circle.png") no-repeat -43px -41px;
}
.video-circle-play:hover {
	opacity: 1;
}
.video-circle-volume-button {
	background: url("icon/video-circle.png") no-repeat -6px -6px; width: 15px; height: 15px; right: 50px; margin-top: 7px; display: block; position: absolute;
}
.video-circle-volume-mute {
	background: url("icon/video-circle.png") no-repeat -32px -6px;
}
.video-circle-player-fullscreen {
	background: url("icon/video-circle.png") no-repeat -57px -6px; width: 15px; height: 15px; right: 15px; margin-top: 7px; display: block; position: absolute;
}
.video-circle-exit-fullscreen {
	background: url("icon/video-circle.png") no-repeat -79px -6px;
}
.video-circle-seek {
	background: rgba(0, 0, 0, 0.7); margin: auto; border-radius: 50%; left: 0px; top: 0px; width: 70px; height: 70px; right: 0px; bottom: 0px; position: absolute; z-index: 50;
}
.video-circle-time {
	margin: auto; left: 0px; top: 0px; width: 55px; height: 35px; right: 0px; bottom: 0px; color: red; position: absolute;
}
.video-circle-range {
	margin: auto; border-radius: 50%; border: 2px solid white; border-image: none; left: 0px; top: 0px; width: 60px; height: 60px; right: 0px; bottom: 0px; position: absolute; z-index: 2;
}
.video-player.default {
	position: absolute;
}
.video-player.default .bevel {
	width: 0px; height: 0px; display: none;
}
.video-player.default .video-controls {
	background: rgb(34, 34, 34); transition:0.2s ease-in-out; left: 0px; width: 100%; height: 30px; bottom: 4px; visibility: hidden; position: absolute; z-index: 2; opacity: 0; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;
}
.video-player.default .control-border {
	background: rgb(68, 68, 68); left: 0px; top: 1px; width: 100%; height: 1px; position: absolute;
}
.video-player.default .video-play {
	margin-top: 4px; float: left;
}
.video-player.default .volume-box {
	margin-top: 4px; float: left;
}
.video-player.default .volume-button {
	margin-top: 4px; float: left;
}
.video-player.default .video-timer {
	margin-top: 4px; float: left;
}
.video-player.default .player-fullscreen {
	margin-top: 4px; float: left;
}
.video-player.default .video-play {
	background: url("icon/player-play.png") no-repeat; transition:0.2s ease-in-out; width: 22px; height: 22px; margin-right: 10px; margin-left: 5px; opacity: 0.7; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;
}
.video-player.default .paused-button {
	background: url("icon/player-pause.png") no-repeat;
}
.video-player.default .video-play:hover {
	opacity: 1;
}
.video-player.default .video-timer {
	color: rgb(153, 153, 153); font-family: Arial, Tahoma; font-size: 0.7em; font-weight: bold; margin-top: 8px; margin-right: 10px; cursor: default;
}
.video-player.default .volume-button {
	background: url("icon/player-volume-full.png") no-repeat; width: 22px; height: 22px; margin-right: 10px; display: block; opacity: 0.8;
}
.video-player.default .volume-button:hover {
	opacity: 1;
}
.video-player.default .volume-mute {
	background: url("icon/player-volume.png") no-repeat;
}
.video-player.default .player-fullscreen {
	background: url("icon/player-fullscreen.png") no-repeat; width: 22px; height: 22px; margin-top: 6px; display: block; opacity: 0.8;
}
.video-player.default .player-fullscreen:hover {
	opacity: 1;
}
.video-player.default .player-exit-fullscreen {
	background: url("icon/player-exit-fullscreen.png") no-repeat; margin-top: 4px;
}
.video-player.default .video-seek {
	width: 80px; height: 10px; margin-top: 10px; margin-right: 10px; float: left; position: relative;
}
.video-player.default .video-seek .slider-total {
	background: rgb(83, 83, 83); border-radius: 15px; border: 1px solid rgb(73, 73, 73); border-image: none; left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: 1; box-shadow: inset 0px -3px 3px #333333; -webkit-border-radius: 15px; -moz-border-radius: 15px;
}
.video-player.default .video-seek .slider-range {
	background: rgb(76, 186, 232); border-radius: 15px 0px 0px 15px; left: 0px; top: 1px; height: 100%; position: absolute; z-index: 2; box-shadow: inset 0px -3px 3px #39a2ce; -webkit-border-radius: 15px 0px 0px 15px; -moz-border-radius: 15px 0px 0px 15px;
}
.video-player.default .video-seek .slider-handle {
	background: rgb(230, 230, 230); border-radius: 10px; border: 1px solid rgb(50, 50, 50); border-image: none; left: 0px; top: 0px; width: 10px; height: 10px; position: absolute; z-index: 3; box-shadow: inset 0px -3px 3px #d5d5d5; -webkit-border-radius: 10px; -moz-border-radius: 10px;
}
.video-player.default .volume-seek {
	width: 6px; height: 60px; bottom: 30px; visibility: hidden; position: absolute; opacity: 0;
}
.video-player.default .volume-seek:hover {
	visibility: visible; opacity: 1;
}
.video-player.default .volume-seek .slider-total {
	background: rgb(83, 83, 83); border-radius: 5px; border: 1px solid rgb(68, 68, 68); border-image: none; left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: 1; box-shadow: inset 0px 3px 3px #333333; -webkit-border-radius: 5px; -moz-border-radius: 5px;
}
.video-player.default .volume-seek .slider-range {
	background: rgb(230, 230, 230); border-radius: 0px 0px 5px 5px; left: 1px; width: 100%; height: 0px; bottom: 0px; position: absolute; z-index: 2; box-shadow: inset 0px -3px 3px #b9a2ce; -webkit-border-radius: 0px 0px 5px 5px; -moz-border-radius: 0px 0px 5px 5px;
}
.video-player.default .volume-seek .slider-handle {
	background: rgb(230, 230, 230); border-radius: 10px; border: 1px solid rgb(50, 50, 50); border-image: none; left: -2px; width: 10px; height: 10px; bottom: 0px; position: absolute; z-index: 3; box-shadow: inset 0px -3px 3px #b9a2ce; -webkit-border-radius: 10px; -moz-border-radius: 10px;
}
.video-player.round {
	position: absolute;
}
.video-player.round .bevel {
	top: 10%; width: 0px; height: 80%; margin-right: 10px; border-right-color: rgb(85, 85, 85); border-left-color: rgb(0, 0, 0); border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid; float: left; display: block; position: relative;
}
.video-player.round .video-controls {
	background: rgb(34, 34, 34); border-radius: 15px; transition:0.2s ease-in-out; left: 5%; width: 90%; height: 30px; bottom: 10px; visibility: hidden; position: absolute; z-index: 2; opacity: 0; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -webkit-border-radius: 15px; -moz-border-radius: 15px;
}
.video-player.round .control-border {
	display: none;
}
.video-player.round .video-play {
	margin-top: 4px; float: left;
}
.video-player.round .volume-box {
	margin-top: 4px; float: left;
}
.video-player.round .volume-button {
	margin-top: 4px; float: left;
}
.video-player.round .video-timer {
	margin-top: 4px; float: left;
}
.video-player.round .player-fullscreen {
	margin-top: 4px; float: left;
}
.video-player.round .video-play {
	background: url("icon/player-play.png") no-repeat; transition:0.2s ease-in-out; width: 22px; height: 22px; margin-right: 10px; margin-left: 10px; opacity: 0.7; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;
}
.video-player.round .paused-button {
	background: url("icon/player-pause.png") no-repeat;
}
.video-player.round .video-play:hover {
	opacity: 1;
}
.video-player.round .video-timer {
	color: rgb(153, 153, 153); font-family: Arial, Tahoma; font-size: 0.7em; font-weight: bold; margin-top: 8px; margin-right: 10px; cursor: default;
}
.video-player.round .volume-button {
	background: url("icon/player-volume-full.png") no-repeat; width: 22px; height: 22px; margin-right: 10px; display: block; opacity: 0.8;
}
.video-player.round .volume-button:hover {
	opacity: 1;
}
.video-player.round .volume-mute {
	background: url("icon/player-volume.png") no-repeat;
}
.video-player.round .player-fullscreen {
	background: url("icon/round-player-fullscreen.png") no-repeat; width: 22px; height: 22px; display: block; opacity: 0.8;
}
.video-player.round .player-fullscreen:hover {
	opacity: 1;
}
.video-player.round .player-exit-fullscreen {
	background: url("icon/round-player-exit-fullscreen.png") no-repeat; margin-top: 4px;
}
.video-player.round .video-seek {
	width: 80px; height: 5px; margin-top: 12px; margin-right: 15px; float: left; position: relative;
}
.video-player.round .video-seek .slider-total {
	background: rgb(83, 83, 83); border-radius: 15px; border: 1px solid rgb(150, 143, 137); border-image: none; left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: 1; box-shadow: inset 0px -3px 3px #c8c8ca; -webkit-border-radius: 15px; -moz-border-radius: 15px;
}
.video-player.round .video-seek .slider-range {
	background: rgb(246, 129, 0); border-radius: 15px 0px 0px 15px; left: 1px; top: 1px; height: 100%; position: absolute; z-index: 2; box-shadow: inset 0px -3px 3px #ee840e; -webkit-border-radius: 15px 0px 0px 15px; -moz-border-radius: 15px 0px 0px 15px;
}
.video-player.round .video-seek .slider-handle {
	background: url("icon/round-seek-handle.png") no-repeat; left: 0px; top: -5px; width: 20px; height: 20px; position: absolute; z-index: 3;
}
.video-player.round .volume-seek {
	width: 6px; height: 60px; bottom: 25px; visibility: hidden; position: absolute; opacity: 0;
}
.video-player.round .volume-seek:hover {
	visibility: visible; opacity: 1;
}
.video-player.round .volume-seek .slider-total {
	background: rgb(83, 83, 83); border-radius: 5px; border: 1px solid rgb(68, 68, 68); border-image: none; left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: 1; box-shadow: inset 0px 3px 3px #333333; -webkit-border-radius: 5px; -moz-border-radius: 5px;
}
.video-player.round .volume-seek .slider-range {
	background: rgb(230, 230, 230); border-radius: 0px 0px 5px 5px; left: 1px; width: 100%; height: 0px; bottom: 0px; position: absolute; z-index: 2; box-shadow: inset 0px -3px 3px #b9a2ce; -webkit-border-radius: 0px 0px 5px 5px; -moz-border-radius: 0px 0px 5px 5px;
}
.video-player.round .volume-seek .slider-handle {
	background: rgb(230, 230, 230); border-radius: 10px; border: 1px solid rgb(50, 50, 50); border-image: none; left: -2px; width: 10px; height: 10px; bottom: 0px; position: absolute; z-index: 3; box-shadow: inset 0px -3px 3px #b9a2ce; -webkit-border-radius: 10px; -moz-border-radius: 10px;
}
.video-player.classic {
	position: absolute;
}
.video-player.classic .bevel {
	top: 10%; width: 0px; height: 80%; margin-right: 10px; border-right-color: rgb(85, 85, 85); border-left-color: rgb(0, 0, 0); border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid; float: left; display: block; position: relative;
}
.video-player.classic .video-controls {
	background: rgb(34, 34, 34); transition:0.2s ease-in-out; left: 0px; width: 100%; height: 40px; bottom: 0px; visibility: hidden; position: absolute; z-index: 2; opacity: 0; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;
}
.video-player.classic .control-border {
	background: rgb(68, 68, 68); left: 0px; top: 1px; width: 100%; height: 1px; position: absolute;
}
.video-player.classic .video-play {
	margin-top: 4px; float: left;
}
.video-player.classic .volume-box {
	margin-top: 4px; float: left;
}
.video-player.classic .volume-button {
	margin-top: 4px; float: left;
}
.video-player.classic .video-timer {
	margin-top: 4px; float: left;
}
.video-player.classic .player-fullscreen {
	margin-top: 4px; float: left;
}
.video-player.classic .video-play {
	background: url("icon/classic-buttons.png") no-repeat 0px 0px; transition:0.2s ease-in-out; width: 32px; height: 32px; margin-right: 10px; margin-left: 10px; opacity: 0.7; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;
}
.video-player.classic .paused-button {
	background: url("icon/classic-buttons.png") no-repeat -33px 0px;
}
.video-player.classic .video-play:hover {
	opacity: 1;
}
.video-player.classic .video-timer {
	color: rgb(153, 153, 153); font-family: Arial, Tahoma; font-size: 0.7em; font-weight: bold; margin-top: 13px; margin-right: 10px; cursor: default;
}
.video-player.classic .volume-button {
	background: url("icon/classic-buttons.png") no-repeat -100px 0px; width: 22px; height: 22px; margin-right: 10px; display: block; opacity: 0.8;
}
.video-player.classic .volume-button:hover {
	opacity: 1;
}
.video-player.classic .volume-mute {
	background: url("icon/classic-buttons.png") no-repeat -100px -32px;
}
.video-player.classic .player-fullscreen {
	background: url("icon/classic-buttons.png") no-repeat -193px 0px; width: 22px; height: 22px; margin-top: 4px; display: block; opacity: 0.8;
}
.video-player.classic .player-fullscreen:hover {
	opacity: 1;
}
.video-player.classic .player-exit-fullscreen {
	background: url("icon/classic-buttons.png") no-repeat -225px 0px; margin-top: 4px;
}
.video-player.classic .video-seek {
	width: 80px; height: 8px; margin-top: 15px; margin-right: 15px; float: left; position: relative;
}
.video-player.classic .video-seek .slider-total {
	background: rgb(83, 83, 83); border-radius: 15px; border: 1px solid rgb(73, 73, 73); border-image: none; left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: 1; box-shadow: inset 0px -3px 3px #333333; -webkit-border-radius: 15px; -moz-border-radius: 15px;
}
.video-player.classic .video-seek .slider-range {
	background: rgb(144, 201, 98); border-radius: 15px 0px 0px 15px; left: 0px; top: 1px; height: 100%; position: absolute; z-index: 2; box-shadow: inset 0px -3px 3px #7ab750; -webkit-border-radius: 15px 0px 0px 15px; -moz-border-radius: 15px 0px 0px 15px;
}
.video-player.classic .video-seek .slider-handle {
	background: url("icon/classic-buttons.png") no-repeat -168px -5px; left: 0px; top: -5px; width: 16px; height: 20px; position: absolute; z-index: 3;
}
.video-player.classic .volume-seek {
	background: url("icon/classic-buttons.png") no-repeat 0px -33px; width: 13px; height: 72px; bottom: 30px; visibility: hidden; position: absolute; opacity: 0;
}
.video-player.classic .volume-seek:hover {
	visibility: visible; opacity: 1;
}
.video-player.classic .volume-seek .slider-total {
	left: 5px; top: 5px; width: 4px; height: 62px; position: absolute; z-index: 1; background-color: rgb(0, 0, 0);
}
.video-player.classic .volume-seek .slider-range {
	left: 6px; width: 2px; height: 0px; bottom: 6px; position: absolute; z-index: 2; background-color: rgb(34, 146, 254);
}
.video-player.classic .volume-seek .slider-handle {
	background: url("icon/classic-buttons.png") no-repeat -138px -11px; left: 1px; width: 12px; height: 12px; bottom: 0px; position: absolute; z-index: 3;
}
.video-player.smallblack {
	position: absolute;
}
.video-player.smallblack .bevel {
	width: 0px; height: 0px; display: none;
}
.video-player.smallblack .video-controls {
	background: rgb(34, 34, 34); transition:0.2s ease-in-out; left: 0px; width: 100%; height: 24px; bottom: 0px; visibility: hidden; position: absolute; z-index: 2; opacity: 0; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;
}
.video-player.smallblack .control-border {
	background: rgb(68, 68, 68); left: 0px; top: 1px; width: 100%; height: 1px; position: absolute;
}
.video-player.smallblack .video-play {
	margin-top: 0px; float: left;
}
.video-player.smallblack .volume-box {
	margin-top: 0px; float: left;
}
.video-player.smallblack .volume-button {
	margin-top: 0px; float: left;
}
.video-player.smallblack .video-timer {
	margin-top: 0px; float: left;
}
.video-player.smallblack .player-fullscreen {
	margin-top: 0px; float: left;
}
.video-player.smallblack .video-play {
	background: url("icon/smallblack-buttons.png") no-repeat; width: 24px; height: 24px; margin-right: 5px; margin-left: 5px; opacity: 0.7;
}
.video-player.smallblack .paused-button {
	background: url("icon/smallblack-buttons.png") no-repeat -24px 0px;
}
.video-player.smallblack .video-play:hover {
	opacity: 1;
}
.video-player.smallblack .video-timer {
	color: rgb(170, 170, 170); font-family: Arial, Tahoma; font-size: 0.6em; font-weight: bold; margin-top: 5px; margin-right: 10px; cursor: default;
}
.video-player.smallblack .volume-button {
	background: url("icon/smallblack-buttons.png") no-repeat -48px 0px; width: 24px; height: 24px; margin-right: 5px; display: block; opacity: 0.8;
}
.video-player.smallblack .volume-button:hover {
	opacity: 1;
}
.video-player.smallblack .volume-mute {
	background: url("icon/smallblack-buttons.png") no-repeat -72px 0px;
}
.video-player.smallblack .player-fullscreen {
	background: url("icon/smallblack-buttons.png") no-repeat -96px 0px; width: 24px; height: 24px; display: block; opacity: 0.8;
}
.video-player.smallblack .player-fullscreen:hover {
	opacity: 1;
}
.video-player.smallblack .player-exit-fullscreen {
	background: url("icon/smallblack-buttons.png") no-repeat -120px 0px;
}
.video-player.smallblack .video-seek {
	width: 80px; height: 5px; margin-top: 8px; margin-right: 10px; float: left; position: relative;
}
.video-player.smallblack .video-seek .slider-total {
	background: rgb(83, 83, 83); border-radius: 5px; border: 1px solid rgb(73, 73, 73); border-image: none; left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: 1; box-shadow: inset 0px -3px 3px #333333; -webkit-border-radius: 5px; -moz-border-radius: 5px;
}
.video-player.smallblack .video-seek .slider-range {
	background: rgb(236, 236, 236); border-radius: 5px 0px 0px 5px; left: 0px; top: 1px; height: 100%; position: absolute; z-index: 2; box-shadow: inset 0px -3px 3px #dddddd; -webkit-border-radius: 5px 0px 0px 5px; -moz-border-radius: 5px 0px 0px 5px;
}
.video-player.smallblack .video-seek .slider-handle {
	background: rgb(50, 50, 50); border-radius: 3px; border: 1px solid rgb(50, 50, 50); border-image: none; left: 0px; top: 0px; width: 6px; height: 6px; position: absolute; z-index: 3; box-shadow: inset 0px -3px 3px #222222; -webkit-border-radius: 3px; -moz-border-radius: 3px;
}
.video-player.smallblack .volume-seek {
	background: rgb(34, 34, 34); border: 1px solid rgb(0, 0, 0); border-image: none; width: 12px; height: 70px; bottom: 20px; visibility: hidden; position: absolute; opacity: 0;
}
.video-player.smallblack .volume-seek:hover {
	visibility: visible; opacity: 1;
}
.video-player.smallblack .volume-seek .slider-total {
	background: rgb(83, 83, 83); border-radius: 2px; border: 1px solid rgb(68, 68, 68); border-image: none; left: 4px; top: 3px; width: 2px; height: 62px; position: absolute; z-index: 1; box-shadow: inset 0px 3px 3px #333333; -webkit-border-radius: 2px; -moz-border-radius: 2px;
}
.video-player.smallblack .volume-seek .slider-range {
	background: rgb(230, 230, 230); border-radius: 0px 0px 2px 2px; left: 5px; width: 2px; height: 60px; bottom: 4px; position: absolute; z-index: 2; box-shadow: inset 0px -3px 3px #b9a2ce; -webkit-border-radius: 0px 0px 2px 2px; -moz-border-radius: 0px 0px 2px 2px;
}
.video-player.smallblack .volume-seek .slider-handle {
	background: rgb(230, 230, 230); border-radius: 8px; border: 1px solid rgb(50, 50, 50); border-image: none; left: 1px; width: 8px; height: 8px; bottom: 0px; position: absolute; z-index: 3; box-shadow: inset 0px -3px 3px #b9a2ce; -webkit-border-radius: 8px; -moz-border-radius: 8px;
}
.audio-file {
	cursor: default;
}
.audio-timer {
	cursor: default;
}
.video-center-button {
	background: url("icon/play.png") no-repeat; margin: auto; border: 0px solid rgb(255, 214, 102); border-image: none; left: 0px; top: 0px; width: 56px; height: 56px; right: 0px; bottom: 0px; position: absolute; z-index: 50; cursor: pointer; opacity: 0.8;
}
.video-center-button:hover {
	opacity: 1;
}
.audio-player {
	
}
.audio-player.skin1 {
	
}
.audio-player.skin1 .back_button {
	display: none;
}
.audio-player.skin1 .audio-play {
	background: url("icon/audio-skin.png") no-repeat -15px -16px; margin: auto; left: 11px; top: 0px; width: 10px; height: 10px; bottom: 0px; position: absolute; z-index: 20; cursor: pointer;
}
.audio-player.skin1 .paused-button {
	background: url("icon/audio-skin.png") no-repeat -31px -17px; margin: auto; left: 11px; top: 0px; width: 10px; height: 10px; bottom: 0px; position: absolute; z-index: 20; cursor: pointer;
}
.audio-player.skin1 .forward_button {
	display: none;
}
.audio-player.skin1 .volume-button {
	display: none;
}
.audio-player.skin1 .volume-mute {
	display: none;
}
.audio-player.skin1 .audio-timer {
	display: none;
}
.audio-player.skin1 .audio-file {
	display: none;
}
.audio-player.skin1 .audio-seek {
	margin: auto; left: 35px; top: 0px; width: 120px; height: 10px; bottom: 0px; position: absolute;
}
.audio-player.skin1 .audio-seek .slider-total {
	border-radius: 4px; left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: 1;
}
.audio-player.skin1 .audio-seek .slider-range {
	left: 0px; top: 0px; height: 100%; position: absolute; z-index: 2; box-shadow: inset 0px -3px 3px #acacac;
}
.audio-player.skin1 .audio-seek .slider-handle {
	background: url("icon/audio-skin.png") no-repeat -46px -17px; width: 11px; height: 11px; position: absolute; z-index: 100;
}
.audio-player.skin1 .volume-seek {
	margin: auto; top: 0px; width: 79px; height: 20px; right: 8px; bottom: 0px; position: absolute;
}
.audio-player.skin1 .volume-seek .slider-total {
	background: url("icon/audio-skin.png") no-repeat -150px -7px; left: 0px; top: 0px; width: 100%; height: 20px; position: absolute; z-index: 1;
}
.audio-player.skin1 .volume-seek .slider-range {
	background: url("icon/audio-skin.png") no-repeat -68px -7px; left: 0px; top: 0px; width: 100%; height: 20px; position: absolute; z-index: 2;
}
.audio-player.skin1 .volume-seek .slider-handle {
	display: none;
}
.audio-player.skin2 {
	
}
.audio-player.skin2 .back_button {
	display: none;
}
.audio-player.skin2 .audio-play {
	background: url("icon/audio-skin.png") no-repeat -15px -62px; margin: auto; left: 11px; top: 0px; width: 10px; height: 17px; bottom: 0px; position: absolute; z-index: 20; cursor: pointer;
}
.audio-player.skin2 .paused-button {
	background: url("icon/audio-skin.png") no-repeat -33px -65px; margin: auto; left: 11px; top: 0px; width: 15px; height: 10px; bottom: 0px; position: absolute; z-index: 20; cursor: pointer;
}
.audio-player.skin2 .forward_button {
	display: none;
}
.audio-player.skin2 .volume-button {
	display: none;
}
.audio-player.skin2 .volume-mute {
	display: none;
}
.audio-player.skin2 .audio-timer {
	display: none;
}
.audio-player.skin2 .audio-file {
	display: none;
}
.audio-player.skin2 .audio-seek {
	margin: auto; left: 35px; top: 0px; width: 120px; height: 10px; bottom: 0px; position: absolute;
}
.audio-player.skin2 .audio-seek .slider-total {
	left: 0px; top: 0px; width: 100%; height: 10px; position: absolute;
}
.audio-player.skin2 .audio-seek .slider-range {
	left: 0px; top: 0px; width: 100%; height: 10px; position: absolute; z-index: 2;
}
.audio-player.skin2 .audio-seek .slider-handle {
	display: none;
}
.audio-player.skin2 .volume-seek {
	margin: auto; top: 0px; width: 31px; height: 10px; right: 8px; bottom: 0px; position: absolute;
}
.audio-player.skin2 .volume-seek .slider-total {
	background: url("icon/audio-skin.png") no-repeat -95px -64px; left: 0px; top: 0px; width: 31px; height: 10px; position: absolute; z-index: 1;
}
.audio-player.skin2 .volume-seek .slider-range {
	background: url("icon/audio-skin.png") no-repeat -60px -65px; left: 0px; top: 0px; width: 31px; height: 10px; position: absolute; z-index: 2;
}
.audio-player.skin2 .volume-seek .slider-handle {
	display: none;
}
.audio-player.default {
	background: rgb(222, 221, 216); position: relative; min-height: 55px; box-shadow: 3px 3px 5px #b9a2ce;
}
.audio-player.default .back_button {
	display: none;
}
.audio-player.default .audio-play {
	background: url("icon/audio-default.png") no-repeat -34px -29px; left: 11px; width: 36px; height: 21px; bottom: 11px; position: absolute; cursor: pointer;
}
.audio-player.default .paused-button {
	background: url("icon/audio-default.png") no-repeat -80px -29px;
}
.audio-player.default .forward_button {
	display: none;
}
.audio-player.default .volume-button {
	background: url("icon/audio-default.png") no-repeat -133px -34px; width: 20px; height: 15px; right: 100px; bottom: 11px; position: absolute;
}
.audio-player.default .volume-mute {
	background: url("icon/audio-default.png") no-repeat -158px -34px;
}
.audio-player.default .audio-timer {
	display: none;
}
.audio-player.default .audio-file {
	display: none;
}
.audio-player.default .audio-seek {
	left: 11px; width: 80px; height: 10px; bottom: 40px; position: absolute;
}
.audio-player.default .audio-seek .slider-total {
	background: rgb(109, 156, 183); left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: 1;
}
.audio-player.default .audio-seek .slider-range {
	background: rgb(201, 201, 200); left: 0px; top: 0px; height: 100%; position: absolute; z-index: 2; box-shadow: inset 0px -3px 3px #acacac;
}
.audio-player.default .audio-seek .slider-handle {
	background: rgb(166, 159, 154); left: 0px; top: 0px; width: 15px; height: 10px; position: absolute; z-index: 3; box-shadow: inset 0px -3px 3px #6f6b63;
}
.audio-player.default .volume-seek {
	width: 80px; height: 10px; right: 11px; bottom: 15px; position: absolute;
}
.audio-player.default .volume-seek .slider-total {
	background: rgb(153, 153, 153); border-radius: 2px; left: 0px; top: 0px; width: 100%; height: 100%; border-top-color: rgb(170, 169, 160); border-top-width: 1px; border-top-style: solid; position: absolute; z-index: 1; -webkit-border-radius: 2px; -moz-border-radius: 2px;
}
.audio-player.default .volume-seek .slider-range {
	background: rgb(206, 206, 204); border-radius: 2px 0px 0px 5px; border: 1px solid rgb(163, 162, 162); border-image: none; left: 0px; top: 0px; height: 100%; position: absolute; z-index: 2; box-shadow: inset 0px -3px 3px #b1b1b0; -webkit-border-radius: 2px 0px 0px 2px; -moz-border-radius: 2px 0px 0px 2px;
}
.audio-player.default .volume-seek .slider-handle {
	background: rgb(170, 162, 158); left: 0px; top: 0px; width: 6px; height: 12px; position: absolute; z-index: 3;
}
.audio-player.decent {
	background: url("icon/audio-decent.png") no-repeat 0px 0px; width: 308px; height: 114px;
}
.audio-player.decent .back_button {
	background: url("icon/audio-decent.png") no-repeat 0px -133px; left: 115px; top: 30px; width: 42px; height: 42px; position: absolute; cursor: pointer;
}
.audio-player.decent .audio-play {
	background: url("icon/audio-decent.png") no-repeat -48px -133px; left: 160px; top: 20px; width: 54px; height: 54px; position: absolute; cursor: pointer;
}
.audio-player.decent .paused-button {
	background: url("icon/audio-decent.png") no-repeat -105px -133px;
}
.audio-player.decent .forward_button {
	background: url("icon/audio-decent.png") no-repeat -168px -134px; left: 220px; top: 30px; width: 42px; height: 42px; position: absolute; cursor: pointer;
}
.audio-player.decent .volume-button {
	background: url("icon/audio-decent.png") no-repeat -222px -134px; left: 276px; top: 84px; width: 21px; height: 18px; position: absolute;
}
.audio-player.decent .volume-mute {
	background: url("icon/audio-decent.png") no-repeat -222px -158px;
}
.audio-player.decent .audio-timer {
	display: none;
}
.audio-player.decent .audio-file {
	display: none;
}
.audio-player.decent .audio-seek {
	left: 107px; top: 88px; width: 160px; height: 10px; position: absolute;
}
.audio-player.decent .audio-seek .slider-total {
	background: rgb(195, 195, 195); border-radius: 5px; left: 0px; top: 0px; width: 100%; height: 100%; border-top-color: rgb(145, 145, 145); border-bottom-color: rgb(241, 241, 241); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; position: absolute; z-index: 1; box-shadow: inset 0px -3px 3px #c3c3c3; -webkit-border-radius: 5px; -moz-border-radius: 5px;
}
.audio-player.decent .audio-seek .slider-range {
	background: rgb(195, 244, 252); border-radius: 5px 0px 0px 5px; border: 1px solid rgb(163, 162, 162); border-image: none; left: 0px; top: 0px; height: 100%; position: absolute; z-index: 2; box-shadow: inset 0px -3px 3px #a8d3e7; -webkit-border-radius: 5px 0px 0px 5px; -moz-border-radius: 5px 0px 0px 5px;
}
.audio-player.decent .audio-seek .slider-handle {
	background: url("icon/audio-decent.png") no-repeat -337px -83px; left: 0px; top: -3px; width: 18px; height: 18px; position: absolute; z-index: 3;
}
.audio-player.decent .volume-seek {
	left: 280px; top: 15px; width: 6px; height: 60px; bottom: 30px; position: absolute;
}
.audio-player.decent .volume-seek .slider-total {
	background: rgb(83, 83, 83); border-radius: 5px; border: 1px solid rgb(151, 151, 151); border-image: none; left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: 1; box-shadow: inset 0px 3px 3px #333333; -webkit-border-radius: 5px; -moz-border-radius: 5px;
}
.audio-player.decent .volume-seek .slider-range {
	background: rgb(255, 246, 213); border-radius: 0px 0px 5px 5px; left: 1px; width: 100%; height: 0px; bottom: 0px; position: absolute; z-index: 2; box-shadow: inset 0px -3px 3px #fff6d5; -webkit-border-radius: 0px 0px 5px 5px; -moz-border-radius: 0px 0px 5px 5px;
}
.audio-player.decent .volume-seek .slider-handle {
	background: url("icon/audio-decent.png") no-repeat -337px -83px; left: -4px; width: 18px; height: 18px; bottom: 0px; position: absolute; z-index: 3;
}
.audio-player.advanced {
	background: url("icon/audio-advanced.png") no-repeat -17px -6px; width: 398px; height: 195px;
}
.audio-player.advanced .back_button {
	background: url("icon/audio-advanced.png") no-repeat -33px -212px; left: 15px; top: 165px; width: 11px; height: 10px; position: absolute; cursor: pointer;
}
.audio-player.advanced .audio-play {
	background: url("icon/audio-advanced.png") no-repeat -70px -211px; left: 50px; top: 165px; width: 7px; height: 10px; position: absolute; cursor: pointer;
}
.audio-player.advanced .paused-button {
	background: url("icon/audio-advanced.png") no-repeat -98px -212px;
}
.audio-player.advanced .forward_button {
	background: url("icon/audio-advanced.png") no-repeat -128px -211px; left: 78px; top: 165px; width: 11px; height: 10px; position: absolute; cursor: pointer;
}
.audio-player.advanced .volume-button {
	display: none;
}
.audio-player.advanced .volume-mute {
	display: none;
}
.audio-player.advanced .audio-timer {
	top: 40px; right: 10px; color: rgb(153, 153, 153); font-family: Arial, Tahoma; font-size: 0.6em; font-weight: bold; position: absolute;
}
.audio-player.advanced .audio-file {
	top: 65px; right: 10px; color: rgb(153, 153, 153); font-family: Arial, Tahoma; font-size: 0.6em; font-weight: bold; position: absolute;
}
.audio-player.advanced .audio-seek {
	left: 10px; top: 110px; width: 250px; height: 2px; position: absolute;
}
.audio-player.advanced .audio-seek .slider-total {
	background: rgb(88, 136, 165); left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: 1;
}
.audio-player.advanced .audio-seek .slider-range {
	background: rgb(108, 172, 213); border: 1px solid rgb(88, 136, 165); border-image: none; left: 0px; top: -1px; height: 100%; position: absolute; z-index: 2;
}
.audio-player.advanced .audio-seek .slider-handle {
	display: none;
}
.audio-player.advanced .volume-seek {
	display: none;
}
.audio-player.advanced .volume-seek .slider-total {
	display: none;
}
.audio-player.advanced .volume-seek .slider-range {
	display: none;
}
.audio-player.advanced .volume-seek .slider-handle {
	display: none;
}
.audio-player.advanced .list-button {
	background: url("icon/audio-advanced.png") no-repeat -153px -210px; left: 235px; top: 165px; width: 12px; height: 10px; position: absolute; cursor: pointer;
}
.audio-player.advanced .list-panel-bk {
	padding: 10px; border-radius: 10px; left: 0px; top: 196px; width: 378px; height: 120px; display: none; position: absolute; background-color: rgb(51, 51, 51);
}
.audio-player.advanced .list-panel {
	width: 100%; height: 100%; position: relative; -ms-overflow-x: hidden; -ms-overflow-y: auto;
}
.audio-player.advanced .list-item {
	width: 350px; height: 28px; text-align: left; color: rgb(238, 238, 238); line-height: 28px; font-family: "Tahoma","sans-serif","Arial"; font-size: 12px; vertical-align: middle; white-space: nowrap; position: relative; cursor: pointer;
}
.audio-player.advanced .list-item.selected {
	color: red;
}
.audio-player.advanced .list-item:hover {
	color: red;
}
.audio-player.wave {
	background: rgb(0, 0, 0);
}
.audio-player.wave .back_button {
	background: url("icon/audio-default.png") no-repeat -245px -34px; width: 12px; height: 11px; right: 20px; bottom: 5px; position: absolute; cursor: pointer;
}
.audio-player.wave .audio-play {
	background: url("icon/audio-default.png") no-repeat -211px -34px; left: 12px; width: 7px; height: 11px; bottom: 4px; position: absolute; cursor: pointer;
}
.audio-player.wave .paused-button {
	background: url("icon/audio-default.png") no-repeat -226px -35px; width: 9px;
}
.audio-player.wave .forward_button {
	background: url("icon/audio-default.png") no-repeat -269px -34px; width: 12px; height: 11px; right: 2px; bottom: 5px; position: absolute; cursor: pointer;
}
.audio-player.wave .volume-button {
	background: url("icon/audio-default.png") no-repeat -289px -33px; width: 12px; height: 12px; right: 40px; bottom: 4px; position: absolute; cursor: pointer;
}
.audio-player.wave .volume-mute {
	background: url("icon/audio-default.png") no-repeat -308px -33px;
}
.audio-player.wave .audio-timer {
	left: 10px; top: 5px; color: rgb(44, 141, 181); font-family: Arial, Tahoma; font-size: 0.6em; font-weight: bold; position: absolute;
}
.audio-player.wave .audio-file {
	top: 5px; right: 10px; color: rgb(44, 141, 181); font-family: Arial, Tahoma; font-size: 0.6em; font-weight: bold; position: absolute;
}
.audio-player.wave .audio-seek {
	left: 32px; width: 150px; height: 2px; bottom: 9px; position: absolute;
}
.audio-player.wave .audio-seek .slider-total {
	background: rgb(88, 136, 165); left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: 1;
}
.audio-player.wave .audio-seek .slider-range {
	background: rgb(108, 172, 213); border: 1px solid rgb(88, 136, 165); border-image: none; left: 0px; top: -1px; height: 100%; position: absolute; z-index: 2;
}
.audio-player.wave .audio-seek .slider-handle {
	display: none;
}
.audio-player.wave .volume-seek {
	width: 30px; height: 2px; right: 55px; bottom: 9px; position: absolute;
}
.audio-player.wave .volume-seek .slider-total {
	background: rgb(88, 136, 165); left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: 1;
}
.audio-player.wave .volume-seek .slider-range {
	background: rgb(108, 172, 213); border: 1px solid rgb(88, 136, 165); border-image: none; left: 0px; top: -1px; height: 100%; position: absolute; z-index: 2;
}
.audio-player.wave .volume-seek .slider-handle {
	display: none;
}
.audio-player.wave .list-button {
	display: none;
}
.audio-player.wave .list-panel-bk {
	top: 22px; width: 33%; height: 80%; right: 0px; overflow: hidden; position: absolute; background-color: rgb(0, 0, 0);
}
.audio-player.wave .list-panel {
	width: 100%; height: 100%; position: relative; -ms-overflow-x: hidden; -ms-overflow-y: auto;
}
.audio-player.wave .list-item {
	width: 100%; height: 22px; text-align: left; color: rgb(88, 136, 165); line-height: 22px; font-family: "Tahoma","sans-serif","Arial"; font-size: 12px; vertical-align: middle; white-space: nowrap; position: relative; cursor: pointer;
}
.audio-player.wave .list-item.selected {
	color: rgb(128, 176, 198);
}
.audio-player.wave .list-item:hover {
	color: rgb(128, 176, 198);
}
.audio-player.glass {
	background: url("icon/audio-glass.png") no-repeat -11px -13px; width: 405px; height: 140px;
}
.audio-player.glass .back_button {
	background: url("icon/audio-glass.png") no-repeat -251px -316px; left: 14px; top: 62px; width: 11px; height: 12px; position: absolute; cursor: pointer;
}
.audio-player.glass .audio-play {
	background: url("icon/audio-glass.png") no-repeat -42px -294px; left: 44px; top: 44px; width: 50px; height: 50px; position: absolute; cursor: pointer;
}
.audio-player.glass .paused-button {
	background: url("icon/audio-glass.png") no-repeat -104px -294px;
}
.audio-player.glass .forward_button {
	background: url("icon/audio-glass.png") no-repeat -279px -316px; left: 110px; top: 62px; width: 11px; height: 12px; position: absolute; cursor: pointer;
}
.audio-player.glass .volume-up-button {
	background: url("icon/audio-glass.png") no-repeat -190px -316px; left: 62px; top: 16px; width: 11px; height: 12px; position: absolute; cursor: pointer;
}
.audio-player.glass .volume-down-button {
	background: url("icon/audio-glass.png") no-repeat -220px -316px; left: 62px; top: 110px; width: 11px; height: 12px; position: absolute; cursor: pointer;
}
.audio-player.glass .volume-button {
	display: none;
}
.audio-player.glass .volume-mute {
	display: none;
}
.audio-player.glass .audio-timer {
	left: 275px; bottom: 20px; color: rgb(204, 204, 204); font-family: Arial, Tahoma; font-size: 0.6em; font-weight: bold; position: absolute;
}
.audio-player.glass .audio-file {
	left: 150px; top: 20px; color: rgb(204, 204, 204); font-family: Arial, Tahoma; font-size: 0.6em; font-weight: bold; position: absolute;
}
.audio-player.glass .audio-seek {
	left: 146px; top: 95px; width: 207px; height: 6px; position: absolute;
}
.audio-player.glass .audio-seek .slider-total {
	background: url("icon/audio-glass.png") no-repeat -44px -369px; left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: 1;
}
.audio-player.glass .audio-seek .slider-range {
	background: url("icon/audio-glass.png") no-repeat -44px -381px; left: 0px; top: 0px; height: 100%; position: absolute; z-index: 2;
}
.audio-player.glass .audio-seek .slider-handle {
	display: none;
}
.audio-player.glass .volume-seek {
	display: none;
}
.audio-player.glass .volume-seek .slider-total {
	display: none;
}
.audio-player.glass .volume-seek .slider-range {
	display: none;
}
.audio-player.glass .volume-seek .slider-handle {
	display: none;
}
.audio-player.glass .list-button {
	background: url("icon/audio-glass.png") no-repeat -311px -317px; left: 146px; top: 108px; width: 14px; height: 12px; position: absolute; cursor: pointer;
}
.audio-player.glass .list-panel-bk {
	background: url("icon/audio-glass.png") no-repeat -16px -152px; padding: 26px; left: 10px; top: 116px; width: 310px; height: 69px; overflow: hidden; display: none; position: absolute;
}
.audio-player.glass .list-panel {
	width: 100%; height: 100%; position: relative; -ms-overflow-x: hidden; -ms-overflow-y: auto;
}
.audio-player.glass .list-item {
	width: 310px; height: 25px; text-align: left; color: rgb(153, 153, 153); line-height: 25px; font-family: "Tahoma","sans-serif","Arial"; font-size: 12px; margin-left: 2px; vertical-align: middle; white-space: nowrap; position: relative; cursor: pointer; background-color: transparent;
}
.audio-player.glass .list-item.selected {
	color: rgb(0, 204, 0); background-color: rgba(0, 200, 0, 0.1);
}
.audio-player.glass .list-item.selected:hover {
	color: rgb(0, 204, 0); background-color: rgba(0, 200, 0, 0.1);
}
.audio-player.glass .list-item:hover {
	color: rgb(221, 221, 221); background-color: transparent;
}
.audio-player.simple {
	background: url("icon/audio-simple.png") no-repeat -20px -21px; width: 203px; height: 90px;
}
.audio-player.simple .back_button {
	background: url("icon/audio-simple.png") no-repeat -21px -131px; left: 21px; top: 24px; width: 25px; height: 25px; position: absolute; cursor: pointer;
}
.audio-player.simple .audio-play {
	background: url("icon/audio-simple.png") no-repeat -57px -123px; left: 52px; top: 13px; width: 40px; height: 40px; position: absolute; cursor: pointer;
}
.audio-player.simple .paused-button {
	background: url("icon/audio-simple.png") no-repeat -103px -124px;
}
.audio-player.simple .forward_button {
	background: url("icon/audio-simple.png") no-repeat -156px -131px; left: 97px; top: 24px; width: 25px; height: 25px; position: absolute; cursor: pointer;
}
.audio-player.simple .volume-button {
	background: url("icon/audio-simple.png") no-repeat -196px -131px; left: 156px; top: 21px; width: 26px; height: 24px; position: absolute;
}
.audio-player.simple .volume-mute {
	background: url("icon/audio-simple.png") no-repeat -242px -131px;
}
.audio-player.simple .audio-timer {
	display: none;
}
.audio-player.simple .audio-file {
	display: none;
}
.audio-player.simple .audio-seek {
	left: 20px; top: 63px; width: 160px; height: 10px; position: absolute;
}
.audio-player.simple .audio-seek .slider-total {
	background: rgb(20, 22, 29); border-radius: 5px; border: 1px solid rgb(4, 4, 4); border-image: none; left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: 1; -webkit-border-radius: 5px; -moz-border-radius: 5px;
}
.audio-player.simple .audio-seek .slider-range {
	background: rgb(65, 84, 107); border-radius: 5px 0px 0px 5px; border: 1px solid rgb(4, 4, 4); border-image: none; left: 0px; top: 0px; height: 100%; position: absolute; z-index: 2; box-shadow: inset 0px -3px 3px #2f7a61; -webkit-border-radius: 5px 0px 0px 5px; -moz-border-radius: 5px 0px 0px 5px;
}
.audio-player.simple .audio-seek .slider-handle {
	background: rgb(204, 204, 204); border-radius: 6px; left: 0px; top: 0px; width: 12px; height: 12px; position: absolute; z-index: 3; -webkit-border-radius: 6px; -moz-border-radius: 6px;
}
.audio-player.simple .volume-seek {
	display: none;
}
.audio-player.simple .volume-seek .slider-total {
	display: none;
}
.audio-player.simple .volume-seek .slider-range {
	display: none;
}
.audio-player.simple .volume-seek .slider-handle {
	display: none;
}
.audio-player.enjoy {
	background: url("icon/audio-enjoy.png") no-repeat -19px -10px; width: 350px; height: 63px;
}
.audio-player.enjoy .back_button {
	display: none;
}
.audio-player.enjoy .audio-play {
	background: url("icon/audio-enjoy.png") no-repeat -32px -93px; left: 8px; top: 5px; width: 48px; height: 48px; position: absolute; cursor: pointer;
}
.audio-player.enjoy .paused-button {
	background: url("icon/audio-enjoy.png") no-repeat -84px -93px;
}
.audio-player.enjoy .forward_button {
	display: none;
}
.audio-player.enjoy .volume-button {
	background: url("icon/audio-enjoy.png") no-repeat -137px -93px; left: 295px; top: 5px; width: 48px; height: 48px; position: absolute;
}
.audio-player.enjoy .volume-mute {
	background: url("icon/audio-enjoy.png") no-repeat -192px -94px;
}
.audio-player.enjoy .audio-timer {
	display: none;
}
.audio-player.enjoy .audio-file {
	display: none;
}
.audio-player.enjoy .audio-seek {
	left: 63px; top: 12px; width: 223px; height: 36px; position: absolute;
}
.audio-player.enjoy .audio-seek .slider-total {
	background: url("icon/audio-enjoy.png") no-repeat -35px -171px; left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: 1;
}
.audio-player.enjoy .audio-seek .slider-range {
	background: url("icon/audio-enjoy.png") no-repeat -33px -217px; left: 0px; top: 0px; height: 100%; position: absolute; z-index: 2;
}
.audio-player.enjoy .audio-seek .slider-handle {
	background: url("icon/audio-enjoy.png") no-repeat -248px -96px; left: 0px; top: -3px; width: 45px; height: 52px; position: absolute; z-index: 3;
}
.audio-player.enjoy .volume-seek {
	display: none;
}
.audio-player.enjoy .volume-seek .slider-total {
	display: none;
}
.audio-player.enjoy .volume-seek .slider-range {
	display: none;
}
.audio-player.enjoy .volume-seek .slider-handle {
	display: none;
}
.audio-player.background {
	width: 100px; height: 100px;
}
.audio-player.background .back_button {
	display: none;
}
.audio-player.background .audio-play {
	background: url("icon/audio-background.png") no-repeat 0px -101px; width: 100px; height: 100px; display: none; position: absolute; cursor: pointer;
}
.audio-player.background .paused-button {
	background: url("icon/audio-background.png") no-repeat 0px 0px; display: none;
}
.audio-player.background .forward_button {
	display: none;
}
.audio-player.background .volume-button {
	display: none;
}
.audio-player.background .volume-mute {
	display: none;
}
.audio-player.background .audio-timer {
	display: none;
}
.audio-player.background .audio-file {
	display: none;
}
.audio-player.background .audio-seek {
	display: none;
}
.audio-player.background .audio-seek .slider-total {
	display: none;
}
.audio-player.background .audio-seek .slider-range {
	display: none;
}
.audio-player.background .audio-seek .slider-handle {
	display: none;
}
.audio-player.background .volume-seek {
	display: none;
}
.audio-player.background .volume-seek .slider-total {
	display: none;
}
.audio-player.background .volume-seek .slider-range {
	display: none;
}
.audio-player.background .volume-seek .slider-handle {
	display: none;
}
.audio-player.tree {
	background: url("icon/audio-tree.png") no-repeat -2px -11px; width: 322px; height: 125px;
}
.audio-player.tree .back_button {
	background: url("icon/audio-tree.png") no-repeat -12px -159px; left: 78px; top: 75px; width: 42px; height: 42px; position: absolute; cursor: pointer;
}
.audio-player.tree .audio-play {
	background: url("icon/audio-tree.png") no-repeat -62px -154px; left: 137px; top: 73px; width: 49px; height: 49px; position: absolute; cursor: pointer;
}
.audio-player.tree .paused-button {
	background: url("icon/audio-tree.png") no-repeat -172px -156px;
}
.audio-player.tree .forward_button {
	background: url("icon/audio-tree.png") no-repeat -122px -159px; left: 200px; top: 75px; width: 42px; height: 42px; position: absolute; cursor: pointer;
}
.audio-player.tree .volume-button {
	display: none;
}
.audio-player.tree .volume-mute {
	display: none;
}
.audio-player.tree .audio-timer {
	left: 245px; top: 43px; color: rgb(102, 102, 102); font-family: Arial, Tahoma; font-size: 0.6em; font-weight: bold; position: absolute;
}
.audio-player.tree .audio-file {
	left: 75px; top: 13px; color: rgb(102, 102, 102); font-family: Arial, Tahoma; font-size: 0.6em; font-weight: bold; position: absolute;
}
.audio-player.tree .audio-seek {
	left: 72px; top: 48px; width: 160px; height: 7px; position: absolute;
}
.audio-player.tree .audio-seek .slider-total {
	background: url("icon/audio-tree.png") no-repeat -13px -220px; left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: 1;
}
.audio-player.tree .audio-seek .slider-range {
	background: url("icon/audio-tree.png") no-repeat -13px -240px; left: 0px; top: 0px; height: 100%; position: absolute; z-index: 2;
}
.audio-player.tree .audio-seek .slider-handle {
	background: url("icon/audio-tree.png") no-repeat -193px -225px; left: 0px; top: -4px; width: 14px; height: 14px; position: absolute; z-index: 3;
}
.audio-player.tree .volume-seek {
	display: none;
}
.audio-player.tree .volume-seek .slider-total {
	display: none;
}
.audio-player.tree .volume-seek .slider-range {
	display: none;
}
.audio-player.tree .volume-seek .slider-handle {
	display: none;
}
.audio-player.christmas {
	background: url("icon/audio-christmas.png") no-repeat -26px -15px; width: 374px; height: 95px;
}
.audio-player.christmas .back_button {
	background: url("icon/audio-christmas.png") no-repeat -40px -133px; left: 16px; top: 68px; width: 11px; height: 12px; position: absolute; cursor: pointer;
}
.audio-player.christmas .audio-play {
	background: url("icon/audio-christmas.png") no-repeat -79px -133px; left: 57px; top: 68px; width: 6px; height: 12px; position: absolute; cursor: pointer;
}
.audio-player.christmas .paused-button {
	background: url("icon/audio-christmas.png") no-repeat -106px -133px; width: 8px;
}
.audio-player.christmas .forward_button {
	background: url("icon/audio-christmas.png") no-repeat -133px -133px; left: 93px; top: 68px; width: 11px; height: 12px; position: absolute; cursor: pointer;
}
.audio-player.christmas .volume-button {
	background: url("icon/audio-christmas.png") no-repeat -169px -133px; left: 347px; top: 68px; width: 13px; height: 13px; position: absolute; cursor: pointer;
}
.audio-player.christmas .volume-mute {
	background: url("icon/audio-christmas.png") no-repeat -200px -133px;
}
.audio-player.christmas .audio-timer {
	left: 10px; top: 30px; color: rgb(51, 51, 51); font-family: Arial, Tahoma; font-size: 0.6em; font-weight: bold; position: absolute;
}
.audio-player.christmas .audio-file {
	left: 10px; top: 10px; color: rgb(51, 51, 51); font-family: Arial, Tahoma; font-size: 0.6em; font-weight: bold; position: absolute;
}
.audio-player.christmas .audio-seek {
	left: 126px; top: 68px; width: 180px; height: 10px; position: absolute;
}
.audio-player.christmas .audio-seek .slider-total {
	background: rgb(31, 31, 31); border-radius: 5px; left: 0px; top: 0px; width: 100%; height: 100%; border-top-color: rgb(37, 37, 37); border-bottom-color: rgb(147, 147, 147); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; position: absolute; z-index: 1; -webkit-border-radius: 5px; -moz-border-radius: 5px;
}
.audio-player.christmas .audio-seek .slider-range {
	background: rgb(67, 136, 209); border-radius: 5px 0px 0px 5px; left: 0px; top: 1px; height: 100%; border-bottom-color: rgb(34, 93, 148); border-bottom-width: 1px; border-bottom-style: solid; position: absolute; z-index: 2; box-shadow: inset 0px -3px 3px #2a76bf; -webkit-border-radius: 5px 0px 0px 5px; -moz-border-radius: 5px 0px 0px 5px;
}
.audio-player.christmas .audio-seek .slider-handle {
	background: url("icon/audio-christmas.png") no-repeat -232px -133px; left: 0px; top: 0px; width: 14px; height: 15px; position: absolute; z-index: 3;
}
.audio-player.christmas .volume-seek {
	display: none;
}
.audio-player.christmas .volume-seek .slider-total {
	display: none;
}
.audio-player.christmas .volume-seek .slider-range {
	display: none;
}
.audio-player.christmas .volume-seek .slider-handle {
	display: none;
}
.audio-player.turnonoff {
	background: rgb(51, 51, 51); border-radius: 3px; width: 100px; height: 26px;
}
.audio-player.turnonoff .back_button {
	display: none;
}
.audio-player.turnonoff .audio-play {
	background: url("icon/player-volume.png") no-repeat; left: 0px; top: 2px; width: 22px; height: 22px; position: absolute; cursor: pointer;
}
.audio-player.turnonoff .paused-button {
	background: url("icon/player-volume-full.png") no-repeat;
}
.audio-player.turnonoff .volume-status {
	left: 22px; top: 0px; width: 78px; height: 26px; text-align: center; color: rgb(204, 204, 204); line-height: 26px; font-family: "Tahoma","sans-serif","Arial"; font-size: 14px; vertical-align: middle; position: absolute; cursor: pointer;
}
.audio-player.turnonoff .volume-status:hover {
	color: rgb(255, 255, 255);
}
.audio-player.turnonoff .forward_button {
	display: none;
}
.audio-player.turnonoff .volume-button {
	display: none;
}
.audio-player.turnonoff .volume-mute {
	display: none;
}
.audio-player.turnonoff .audio-timer {
	display: none;
}
.audio-player.turnonoff .audio-file {
	display: none;
}
.audio-player.turnonoff .audio-seek {
	display: none;
}
.audio-player.turnonoff .audio-seek .slider-total {
	display: none;
}
.audio-player.turnonoff .audio-seek .slider-range {
	display: none;
}
.audio-player.turnonoff .audio-seek .slider-handle {
	display: none;
}
.audio-player.turnonoff .volume-seek {
	display: none;
}
.audio-player.turnonoff .volume-seek .slider-total {
	display: none;
}
.audio-player.turnonoff .volume-seek .slider-range {
	display: none;
}
.audio-player.turnonoff .volume-seek .slider-handle {
	display: none;
}
.audio-player.fade {
	background: url("icon/audio-fade.png") no-repeat -19px -2px; width: 345px; height: 65px;
}
.audio-player.fade .back_button {
	background: url("icon/audio-fade.png") no-repeat -30px -91px; left: 16px; top: 17px; width: 28px; height: 28px; position: absolute; cursor: pointer;
}
.audio-player.fade .audio-play {
	background: url("icon/audio-fade.png") no-repeat -64px -89px; left: 44px; top: 15px; width: 31px; height: 31px; position: absolute; cursor: pointer;
}
.audio-player.fade .paused-button {
	background: url("icon/audio-fade.png") no-repeat -100px -89px;
}
.audio-player.fade .forward_button {
	background: url("icon/audio-fade.png") no-repeat -138px -91px; left: 75px; top: 17px; width: 28px; height: 28px; position: absolute; cursor: pointer;
}
.audio-player.fade .volume-button {
	display: none;
}
.audio-player.fade .volume-mute {
	
}
.audio-player.fade .audio-timer {
	top: 22px; right: 18px; color: rgb(153, 153, 153); font-family: Arial, Tahoma; font-size: 0.6em; font-weight: bold; position: absolute;
}
.audio-player.fade .audio-file {
	display: none;
}
.audio-player.fade .audio-seek {
	left: 108px; top: 25px; width: 150px; height: 10px; position: absolute;
}
.audio-player.fade .audio-seek .slider-total {
	background: url("icon/audio-fade.png") no-repeat -31px -139px; left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: 1;
}
.audio-player.fade .audio-seek .slider-range {
	background: url("icon/audio-fade.png") no-repeat -193px -138px; border-radius: 5px 0px 0px 5px; left: 0px; top: 0px; height: 100%; position: absolute; z-index: 2; -webkit-border-radius: 5px 0px 0px 5px; -moz-border-radius: 5px 0px 0px 5px;
}
.audio-player.fade .audio-seek .slider-handle {
	background: url("icon/audio-fade.png") no-repeat -176px -98px; left: 0px; top: -2px; width: 15px; height: 15px; position: absolute; z-index: 3;
}
.audio-player.fade .volume-seek {
	display: none;
}
.audio-player.fade .volume-seek .slider-total {
	display: none;
}
.audio-player.fade .volume-seek .slider-range {
	display: none;
}
.audio-player.fade .volume-seek .slider-handle {
	display: none;
}
.volume-bar {
	vertical-align: middle; position: absolute; z-index: 999;
}
.volume-reduce {
	position: absolute; cursor: pointer;
}
.volume-add {
	position: absolute; cursor: pointer;
}
.volume-pgress {
	border: 0px currentColor; border-image: none; position: absolute;
}
.volume-pgress span {
	background: rgb(255, 255, 255); border-radius: 50%; width: 12px; height: 12px; display: block; position: absolute; cursor: pointer; -webkit-border-radius: 50%; -moz-border-radius: 50%;
}
