.mf{font-size:90%;font-family:verdana; color:#f00;font-weight:bold;}

.mf div.loader{
	position:absolute;
	text-align:center;
	z-index:10000;
	margin:1em auto;
	top:25%;
	width:100%;
	/* background:#fff url(../skin2/spinner.gif) no-repeat 50% 0; */
	background:url(../skin/ajax_loader.gif) no-repeat 50% 0;
	padding:30px 0
}
.mf div.caption {
	position:absolute;
	text-align:center;
	z-index:10000;
	margin:1em auto;
	bottom:50px;
	width:100%;
}
.mf div.mfNav{
	position:absolute;
	z-index:10001;
	margin:0 auto;
	text-align:center;
	width:100%;
	bottom:20px;
	font-size:1px;
	line-height:1px;
	top:295px;
}
.mf div.autoPlayCon{
	float:left;
	width:10%;
	padding-left:3%;
	height:32px;
}
.mf a.play, .mf a.stop{
	width:34px;
	height:32px;
	float:left;
	cursor:pointer;
}
.mf a.play{
	background:url(../skin2/play.gif) no-repeat;
}

.mf a:hover.play{
	background:url(../skin2/play_on.gif) no-repeat;
}

.mf a.stop{
	background:url(../skin2/stop.gif) no-repeat;
}

.mf a:hover.stop{
	background:url(../skin2/stop_on.gif) no-repeat;
}

.mf div.sliderCon{
	float:left;
	width:74%;
}
.mf a.sliderNext{
	background:url(../skin2/left.gif) no-repeat;
}

.mf a:hover.sliderNext{
	background:url(../skin2/left_on.gif) no-repeat;
}

.mf a.sliderPrev{
	background:url(../skin2/right.gif) no-repeat;
}

.mf a:hover.sliderPrev{
	background:url(../skin2/right_on.gif) no-repeat;
}

.mf a.sliderNext, .mf a.sliderPrev{
	text-decoration:none;
	width:31px;
	height:31px;
	cursor:pointer;
	float:left;
}
.mf div.resizeCon{
	float:right;
	width:10%;
	padding-right:3%;
	height:32px;
}
.mf a.resize{
display:none;
	width:32px;
	height:32px;
	float:right;
	cursor:pointer;
	background:url(../skin2/resize.gif) no-repeat;
}

.mf a:hover.resize{
display:none;
	width:32px;
	height:32px;
	float:right;
	cursor:pointer;
	background:url(../skin2/resize_on.gif) no-repeat;
}

.mf div.slider{
	background:url(../skin2/middle.gif) repeat-x;
	height:31px;
	position:relative;
	text-align:left;
	float:left;
}
.mf div.knob{
	margin-top:5px;
	height:21px;
	background:url(../skin2/middle-slider.gif) repeat-x right center;
}

.mf div.knob2{
	margin-top:5px;
	height:21px;
	background:url(../skin2/middle-slider_on.gif) repeat-x right center;
}

.mf div.knobleft{
	background:url(../skin2/left-slider.gif) left;
	width:3px;
	height:21px;
}

.mf div.knobleft2{
	background:url(../skin2/left-slider_on.gif) left;
	width:3px;
	height:21px;
}

/* MooFlowViewer */
.mf a.show {
	position:absolute;
	margin-left:-16px;
	width:64px;
	height:64px;
	top:70%;
	left:50%;
	z-index:100;
	cursor:pointer;
}
.mf a.show.image{
	background:url(../layout_images/PlayButton.png) no-repeat 50%;
}
.mf a.show.viewerload{
	background:url(../skin/loader.gif) no-repeat 50%;
}
.mf a.show.link{
	background:url(../layout_images/PlayButton.png) no-repeat 50%;
	left:590px;
	top:210px;
	z-index:1000;
}

.mf div.tooltip{
	display:none;
	background:url(../skin/tooltip.png) no-repeat 50%;
	margin-left:-76px;
	position:absolute;
	z-index:101;
	top:00px;
	left:50%;
	text-align:center;
	margin-top:0px;
	/* border:1px solid #f00;
	background-color:#fff; */
	padding:2px;
	padding-right:4px; padding-left:4px;
	color:#f00;
}
