.mf_overlay_roi {
	display: none;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 1;	
}

.mf_overlay_roi > div {
	opacity: 0.70;
	background-color: #000;
	position: absolute;	
}

.mf_playback_controls {
	display: none;
	opacity: 0.85;
	color: #fff;
	position: absolute;
	height: 30px;
	z-index: 2;
}

.mf_playback_control {
	float: left;
	height: 25px;
	width: 25px;
	margin-right: 5px;
	background-color: #001E25;
	text-align: center;
	-moz-border-radius: 5px;
}

.mf_playback_control:last-child {
	margin-right: 0;
}

.mf_playback_control:first-child {
	margin-left: 5px;
}

.mf_play span {
	display: block;
	font-size: 0px;
	line-height: 0;
}

.mf_paused span {
	width: 0;
	height: 0;
	margin: 8px 0 0 8px;
	border-top: 5px solid #001E25;
	border-left: 10px solid #fff;
	border-bottom: 5px solid #001E25;
}

.mf_playing span {
	width: 3px;
	height: 10px;
	margin: 8px auto 0;
	border-top: 0px;
	border-left: 3px solid #fff;
	border-bottom: 0px;
	border-right: 3px solid #fff;
}

.mf_progress {
	width: 190px;
}

.mf_seekbar {
	float: left;
	width: 100px;
	height: 9px;
	border: 1px solid #777;
	background-color: #001E25;
	margin: 7px 0 0 5px;
	overflow: hidden;
	-moz-border-radius: 5px;
}

.mf_play_progress {
	display: block;
	width: 0px;
	height: 9px;
	background-color: #fff;
	-moz-border-radius: 5px;
}

.mf_temporal_fragment {
	display: block;
	width: 0px;
	height: 9px;
	background-color: #0f0;
	-moz-border-radius: 5px;
	opacity: 0.5;
}

#mf_load_progress {
	display: block;
	width: 0px;
	height: 9px;
	background-color: #777;
	-moz-border-radius: 5px;
}

.mf_play_time {
	float: left;
	margin: 7px 0 0 5px;
	font-size: 10px;
	line-height: 1;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
}

.mf_volume {
	width: 50px;
}

.mf_volume span {
	display: block;
	margin: 4px 0 0 5px;
}

.mf_volume ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mf_volume ul li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 5px;
	margin-right: 2px;
	height: 0px;
	border-bottom: 18px solid #555;
}

.mf_volume ul li:nth-child(1) {
	border-bottom-width: 2px;
	height: 16px;
}

.mf_volume ul li:nth-child(2) {
	border-bottom-width: 4px;
	height: 14px;
}

.mf_volume ul li:nth-child(3) {
	border-bottom-width: 7px;
	height: 11px;
}

.mf_volume ul li:nth-child(4) {
	border-bottom-width: 10px;
	height: 8px;
}

.mf_volume ul li:nth-child(5) {
	border-bottom-width: 14px;
	height: 4px;
}

.mf_full_screen > span {
	display: block;
	float: left;
	margin: 5px 0 0 5px;
	padding: 0;
}

.mf_full_screen > span > table {
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
}

.mf_full_screen > span > table td {
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
}

.mf_full_screen > span > table tr:first-child td:first-child {
	width: 9px;
	height: 9px;
}

.mf_full_screen > .mf_fs_corner {
	font-size: 0;
	line-height: 0;
	width: 0;
}

.mf_full_screen > .mf_fs_top_left {
	border: none;
	border-top: 6px solid #fff;
	border-right: 6px solid #001E25;
}

.mf_full_screen > .mf_fs_top_right {
	border: none;
	border-top: 6px solid #fff;
	border-left: 6px solid #001E25;
}

.mf_full_screen > .mf_fs_bottom_left {
	border: none;
	border-bottom: 6px solid #fff;
	border-right: 6px solid #001E25;
}

.mf_full_screen > .mf_fs_bottom_right {
	border: none;
	border-bottom: 6px solid #fff;
	border-left: 6px solid #001E25;
}

.mf_fs_active > .mf_fs_top_left {
	border: none;
	border-bottom: 6px solid #fff;
	border-left: 6px solid #001E25;
}

.mf_fs_active > .mf_fs_top_right {
	border: none;
	border-bottom: 6px solid #fff;
	border-right: 6px solid #001E25;
}

.mf_fs_active > .mf_fs_bottom_left {
	border: none;
	border-top: 6px solid #fff;
	border-left: 6px solid #001E25;
}

.mf_fs_active > .mf_fs_bottom_right {
	border: none;
	border-top: 6px solid #fff;
	border-right: 6px solid #001E25;
}

.mf_fs_active > span > table tr:first-child td:first-child {
	width: 13px;
	height: 13px;
}

.mf_fs_active > span {
	display: block;
	float: left;
	margin: 3px 0 0 3px;
	padding: 0;
}