div{
height:53px;
}
.fallplayer-container {
	width: 350px;
}
.fallplayer-center {
	position: absolute;
	top: 0;
	left: 0;
	width: 290px;
	z-index: 0;
	/*background-color:#292929;
	border:1px solid #00AFBA;*/
	height:53px;
}
.fallplayer-play-pause {
	position: absolute;
	top: -1px;
	left: 10px;
	width: 42px;
	cursor: pointer;
	background-repeat:no-repeat;
}
/*.fallplayer-play {
	background-image: url("../image/playButton.png");
}
.fallplayer-pause {
	background-image: url("../image/pauseButton.png");
}*/
.active {
	visibility: visible;
	z-index: 10;
}
.inactive {
	visibility: hidden;
	z-index: 0;
} 
.fallplayer-mute-unmute {
	position: absolute;
	top: 18;
	left: 58;
	width: 22px;
	cursor: pointer;
	background-repeat:no-repeat;
}
.fallplayer-mute {
	background-image: url("../image/muteButton.png");
	height: 19px;
}
.fallplayer-unmute {
	background-image: url("../image/unmuteButton.png");
	height: 19px;
}
.fallplayer-volume {
	position: absolute;
	top: 19;
	left: 86;
	background-repeat:no-repeat;
}
.fallplayer-volume-background {
	width: 116px;
	z-index: 1;
	background-color: #f5f5f5;
	top: 22px;
	height: 10px;
	opacity: 0.8;

}
 
.fallplayer-volume-clickarea {
	width: 116px;
	z-index: 3;
	cursor: pointer;
	height: 12px;
}

 .controlVolume{display: none;}
