
.mf{visibility: hidden; z-index:1; color:#fff; font-size:14px}
.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;
	text-align:center;
	z-index:10000;
	margin:0 auto;
	top:45%;
	width:100%;
	background:url(skin/loading.gif) no-repeat 50% 0;
	color: #1A171B;
	padding:50px 0;
}
.mf div.caption {
	position:absolute;
	color:#D36DA4;
	font-size: 1.2em;
	text-align:center;
	z-index:98;
	margin:1em auto;
	bottom:0px;
	width:100%;
}

.mf a.show {
	position:absolute;
	margin-left:-16px;
	width:32px;
	height:32px;
	top:70%;
	left:50%;
	z-index:100;
	cursor:pointer;
}
.mf a.show.image{
	margin-top : 10px;
	background:url(skin/open_image.png) no-repeat 50%;

}


.mf div.tooltip{
	background:url(skin/tooltip.png) no-repeat 50%;
	color:#D36DA4;
	font-size:1.2em;
	width:262px;
	margin-left:-151px;
	height:70px;
	padding:20px;
	position:absolute;
	z-index:101;
	top:0;
	left:50%;
	text-align:center;
}