@charset "utf-8";
/* CSS Document */

.anxMoviePlayer {
	width:790px;
	height:526px;
	position:relative;
	background:url(../img/float/playerBg.png);
}


/* display */
.anxMovieExperience, .BrightcoveExperience {
	width:640px;
	height:360px;
	position:absolute;
	left: 75px;
	top: 66px;
}

/* play pause */
.mvBtnPlay, .mvBtnPause {
	width:45px;
	height:45px;
	cursor:pointer;
	position:absolute;
	left:119px;
	top:454px;
}

.mvBtnPlay {
	background:url(../img/float/btnPlay.png);
}

.mvBtnPause {
	background:url(../img/float/btnPause.png);
}

.mvBtnPlay:hover {
	background:url(../img/float/btnPlay.png);
	background-position:bottom;
}

.mvBtnPause:hover {
	background:url(../img/float/btnPause.png);
	background-position:bottom;
}


/* seek */
.mvSeekBase {
	background:url(../img/float/seekBase.png);
	width:416px;
	height:9px;
	position:absolute;
	left:192px;
	top:472px;
	cursor:pointer;
}

.mvSeekProgress {
	background:url(../img/float/seekProg.png);
	width:416px;
	height:9px;
}

/* time */
.mvTimeDisplay {
	display:none;
}


/* volume */
.mvVolMute, .mvVolUnMute {
	cursor:pointer;
	width:43px;
	height:43px;
	position:absolute;
	left:626px;
	top:454px;
}

.mvVolUnMute {
	display:none;
}

.mvVolMute {
	background:url(../img/float/sndOn.png);
}

.mvVolMute:hover {
	background:url(../img/float/sndOn.png);
	background-position:bottom;
}

.mvVolUnMute {
	background:url(../img/float/sndOff.png);
}

.mvVolUnMute:hover {
	background:url(../img/float/sndOff.png);
	background-position:bottom;
}

