@charset "utf-8";
/* CSS Document */

.anxMoviePlayer {
	width:640px;
	height:462px;
	position:relative;
}


/* display */
/*.anxMovieExperience, .BrightcoveExperience {
	width:580px;
	height:326px;
	position:absolute;
	left:19px;
	top:18px;
}*/

/* play pause */
.mvBtnPlay, .mvBtnPause {
	width:24px;
	height:21px;
	overflow: hidden;
	cursor:pointer;
	position:absolute;
	left:28px;
	top:383px;
}

.mvBtnPlay {
	background:url(../movie/img/detail/player/btnPlay.png);
}

.mvBtnPause {
	background:url(../movie/img/detail/player/btnPause.png);
}

.mvBtnPlay:hover {
	background:url(../movie/img/detail/player/btnPlay.png);
	background-position:bottom;
}

.mvBtnPause:hover {
	background:url(../movie/img/detail/player/btnPause.png);
	background-position:bottom;
}


/* seek */
.mvSeekBase {
	background:url(../movie/img/detail/player/seekBase.png);
	width:640px;
	height:6px;
	position:absolute;
	left:0;
	top:360px;
	cursor:pointer;
}

.mvSeekProgress {
	background:url(../movie/img/detail/player/seekProg.png);
	width:640px;
	height:6px;
}

/* time */
.mvTimeDisplay {
	display:none;
}


/* volume */
.mvVolMute, .mvVolUnMute {
	cursor:pointer;
	width:34px;
	height:21px;
	position:absolute;
	left:603px;
	top:383px;
}

.mvVolUnMute {
	display:none;
}

.mvVolMute {
	background:url(../movie/img/detail/player/sndOn.png);
}

.mvVolMute:hover {
	background:url(../movie/img/detail/player/sndOn.png);
	background-position:bottom;
}

.mvVolUnMute {
	background:url(../movie/img/detail/player/sndOff.png);
}

.mvVolUnMute:hover {
	background:url(../movie/img/detail/player/sndOff.png);
	background-position:bottom;
}
