.zmplayer{
	position:absolute;
	/*background:rgba(0,0,0,0.5);*/
}

.zmplayer a{
	display:block;	
	position:absolute;
	width:40px;
	height:40px;
}

.zmplayer .zmp_playpause{
	position:absolute;
	width:40px;
	height:40px;
	bottom:0;
	left:50%;
	margin-left:-205px;	
}

.zmplayer .zmp_playpause a.zmp_play{
	background:url(img/btPlay.png) no-repeat center;	
}
.zmplayer .zmp_playpause a.zmp_pause{
	background:url(img/btPause.png) no-repeat center;
	display:none;	
}


.zmplayer .zmp_vol{
	position:absolute;
	width:30px;
	height:40px;
	bottom:0;
	left:50%;
	margin-left:165px;	
}
.zmplayer .zmp_vol a.zmp_mute{
	width:30px;
	background:url(img/btSoundOff.png) no-repeat center;	
}
.zmplayer .zmp_vol a.zmp_talk{
	width:30px;
	background:url(img/btSoundOn.png) no-repeat center;	
}

.zmplayer .zmp_time{
	position:absolute;
	width:30px;
	height:25px;
	bottom:0;
	left:50%;
	margin-left:195px;
	font-size:10px;
	text-align:center;
}

.zmplayer .zmp_screen{
	position:absolute;
	width:30px;
	height:40px;
	bottom:0;
	left:50%;
	margin-left:225px;	
}
.zmplayer .zmp_screen a.zmp_full{
	width:30px;
	background:url(img/btFull.png) no-repeat center;	
}


.zmplayer .zmp_bar{
	position:absolute;
	width:330px;
	height:2px;
	background:rgba(0,0,0,0.3);
	bottom:18px;
	left:50%;	
	margin-left:-165px;
	overflow:hidden;
}

.zmplayer .zmp_bar .zmp_barload{
	position:absolute;
	width:330px;
	height:20px;
	background:#b0b0b0;
	top:0;
	left:-330px;
}
.zmplayer .zmp_bar .zmp_barseek{
	position:absolute;
	width:330px;
	height:20px;
	background:#ddd;
	top:0;
	left:-330px;
}