#MooFlow{visibility: hidden; color:#fff !important;}
.mf{visibility: hidden; z-index:1; color:#fff !important; font-size:.9em}
.mf * {
	outline:none;
	border:none;
	padding:0;
	margin:0;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select:none;
	-o-user-select:none;
	color:#fff !important;
}
.mf div.loader{
	position:absolute;
	text-align:center;
	z-index:10000;
	margin:0 auto;
	top:45%;
	width:100%;
	height:50px;
	background:url(http://www.psionicaudio.com/images/skin/ajax_loader.gif) no-repeat 50% 0;
}

.mf div.mfNav {
	position:absolute;
	text-align:center;
	width:100%;
	z-index:20000;
	top:80%;
	height:120px;
}

.mf div.caption {
	position:absolute;	
	text-align:center;
	z-index:200;
	left:50%;
	margin-left:-200px;
	width:400px;
	line-height:1.2em;
}
.mf div.sliderCon{
	position:absolute;
	top:67px;
	float:left;
	margin-left:15%;
	width:70%;
	z-index:6;
}
.mf div.autoPlayCon{
	position:absolute;
	top:62px;	
	float:left;
	width:60px;
	height:24px;
	margin-left:4%;	
	z-index:500;
}
.mf a.play, .mf a.stop{
	width:27px;
	height:24px;
	float:left;
	cursor:pointer;
}
.mf a.play{
	background:url(http://www.psionicaudio.com/images/skin/play.gif) no-repeat;
}
.mf a.stop{
	background:url(http://www.psionicaudio.com/images/skin/stop.gif) no-repeat;
}

.mf a.sliderNext{
	background:url(http://www.psionicaudio.com/images/skin/left.gif) no-repeat;
}
.mf a.sliderPrev{
	background:url(http://www.psionicaudio.com/images/skin/right.gif) no-repeat;
}
.mf a.sliderNext, a.sliderPrev{
	text-decoration:none;
	width:25px;
	height:16px;
	cursor:pointer;
	float:left;
}
.mf div.resizeCon{
	position:relative;
	top:62px;
	float:right;
	margin-right:8%;
	width:34px;	
	width:100%;
	height:24px;
}
.mf a.resize{
	width:34px;
	height:24px;
	float:right;
	cursor:pointer;
	background:url(http://www.psionicaudio.com/images/skin/resize.gif) no-repeat;
}
.mf div.slider{
	background:url(http://www.psionicaudio.com/images/skin/middle.gif) repeat-x;
	height:16px;
	position:relative;
	text-align:left;
	float:left;
}
.mf div.knob{
	height:16px;
	background:url(http://www.psionicaudio.com/images/skin/middle-slider.gif) repeat-x right center;
}
.mf div.knobleft{
	background:url(http://www.psionicaudio.com/images/skin/left-slider.gif) repeat-x center;
	width:8px;
	height:16px;
}

