.mf{color:#555;  font-size:14px;



}
#MooFlow,#MooFlow1,#MooFlow2,#MooFlow3   { text-align: center;}
.mf * {
	outline-color:invert;
	outline-style:none;
	outline-width:medium;

	z-index: 100000;
	padding:0;
	margin:0px auto;
 
}
.mf div.loader{
	position:relative;
  
	text-align:center;
	z-index:10000;
	margin:1em auto;
	top:45%;
	width:100%;
	background:#000 url(skin/spinner.gif) no-repeat 50% 0;
  
	padding:30px 0
 ;
 padding-top:20px;

}
.mf div.caption {
	position:absolute;
	text-align:center;
	z-index:100;
	margin:1em auto;
	bottom:50px;
	width:100%;
     
}
.mf div.mfNav{
	position:absolute;
	z-index:101;
	margin:0 auto;
	text-align:center;
	width:100%;
	bottom:20px;
	font-size:1px;
	line-height:1px;
    
}
.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(skin/play.gif) no-repeat;
}
.mf a.stop{
	background:url(skin/stop.gif) no-repeat;
}
.mf div.sliderCon{
	
	width:74%;
}
.mf a.sliderNext{
	background:url(skin/left.gif) no-repeat;
	display:none;
}
.mf a.sliderPrev{
	background:url(skin/right.gif) no-repeat;
	display:none;
}
.mf a.sliderNext, .mf a.sliderPrev{
	text-decoration:none;
	width:31px;
	height:31px;
	cursor:pointer;
	float:left;
	display: none;
}
.mf div.resizeCon{
	float:right;
	width:10%;
	padding-right:3%;
	height:32px;
}
.mf a.resize{
	width:32px;
	height:32px;
	float:right;
	cursor:pointer;
	background:url(skin/resize.gif) no-repeat;
}
.mf div.slider{
	background:url(skin/middle.gif) repeat-x;
	height:31px;
	position:relative;
	text-align:left;
	float:left;
	display: none;
    
}
.mf div.knob{
	margin-top:5px;
	height:21px;
	background:url(skin/middle-slider.gif) repeat-x right center;
    
}
.mf div.knobleft{
	background:url(skin/left-slider.gif) left;
	width:3px;
	height:21px;
    
}
.mf a.titlecover {
	position:relative;


 
	top:20px;
  font-family: Verdana, Arial, sans-serif;
	z-index: 9;

    
    text-align: center;
	
}


