.mf{color:#555; border:none; font-size:14px}
.mf * {
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
	-moz-user-select: none;
	border:none;
	padding:0;
	margin:0
}
.mf div.loader{
	position:absolute;
	text-align:center;
	z-index:999;
	margin:1em auto;
	top:45%;
	width:100%;
	padding:30px 0;
	background-color: transparent;
	background-image: url(images/spinner.gif);
	background-repeat: no-repeat;
	background-position: 50% 0;
}
.mf div.caption {
	position:absolute;
	text-align:center;
	z-index:999;
	margin:1em auto;
	top:232px !important;
	width:100%;
}
.mf div.mfNav{
	position:absolute;
	z-index:9999;
	margin:-22px auto;
	text-align:center;
	width:100%;
	top:300px !important;
	left: 50px !important;
	font-size:1px;
	line-height:1px;
}
.mf div.sliderCon{
	float:left;
	width:85%;
}
.mf a.sliderNext{
	background-image: url(images/left.gif);
	background-repeat: no-repeat;
}
.mf a.sliderPrev{
	background-image: url(images/right.gif);
	background-repeat: no-repeat;
}
.mf a.sliderNext, .mf a.sliderPrev{
	text-decoration:none;
	width:15px;
	height:31px;
	cursor:pointer;
	float:left;
}
.mf div.slider{
	height:31px;
	position:relative;
	text-align:left;
	float:left;
	background-image: url(images/middle.gif);
	background-repeat: repeat-x;
}
.mf div.knob{
	margin-top: 0px;
	height:15px;
	background-color: transparent;
	background-image: url(images/middle-slider.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.mf div.knobleft{
	width:11px;
	height:15px;
	background-color: transparent;
	background-image: url(images/left-slider.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.mf div.grab{
	position: absolute;
	width:100%;
	height:15px;
	background-color: transparent;
	background-image: url(images/grab.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#mooFlowWrapper{
	display: block;
	float: left;
	height: auto;
	width: 634px;
	position: relative;
	margin: 0px;
	color: #FFFFFF;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

