/* Start of CMSMS style sheet 'mooflow' */
.mf{
	visibility: hidden;
	z-index:1;
	font-size:12px;
	text-align: center;
	vertical-align: bottom;
	font-family: Arial, Helvetica, sans-serif;
}
.mf * {
	outline:none;
	border:none;
	padding:0;
	margin:0;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select:none;
	-o-user-select:none;
}
.mf div.loader{
	position:absolute;
	z-index:100;
	margin:0 auto;
	top:20%;
	width:100%;
	padding:50px 0;
	background-repeat: no-repeat;
	background-position: center center;
}
.mf div.caption {
	position:absolute;
	z-index:98;
	margin:1em auto;
	bottom:50px;
	width:100%;
}
.mf div.mfNav{
	z-index:10001;
	margin:0 auto;
	width:100%;
	bottom:100%;
	font-size:1px;
	line-height:1px;
	width:100%;
	text-align: center;
	position: relative;
	top: 40%;

}
.mf div.autoPlayCon{
	float:left;
	width:10%;
	padding-left:0%;
	height:10px;
}
.mf a.play, .mf a.stop{
	width:27px;
	height:24px;
	float:left;
	cursor:pointer;
}
.mf a.play{
	background-repeat: no-repeat;
}
.mf a.stop{
	background-repeat: no-repeat;
}
.mf div.sliderCon{
	margin-top:0px;
	float:left;
	width:74%;
	color: #000000;
}
.mf a.sliderNext{
	background-repeat: no-repeat;
}
.mf a.sliderPrev{
	background-repeat: no-repeat;
	background-position: center bottom;
}
.mf a.sliderNext, a.sliderPrev{
	text-decoration:none;
	width:15px;
	height:10px;
	cursor:pointer;
	float:left;
}
.mf div.resizeCon{
	float:right;
	width:10%;
	padding-right:3%;
	height:24px;
}
.mf a.resize{
	width:34px;
	height:24px;
	float:right;
	cursor:pointer;
	background-image: url(../cssMooFlow/skinMooFlow/resize.gif);
	background-repeat: no-repeat;
}
.mf div.slider{
	height:10px;
	position:relative;
	text-align:left;
	float:left;
	background-repeat: repeat-x;
}
.mf div.knob{
	height:10px;
	background-repeat: repeat-x;
	background-position: right center;
}
.mf div.knobleft{
	width:15px;
	height:10px;
	background-repeat: no-repeat;
	background-position: left center;
}
.imgvis {
	visibility: hidden;
}

/* End of 'mooflow' */

