.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;

}
.mf div.loader{
	position:absolute;
	text-align:center;
	z-index:10000;
	margin:0 auto;
	top:30%;
	width:100%;
	background:url(/content/images/ajax-loader.gif) no-repeat 50% 0;
	padding:50px 0;
	color:#000;
}
.mf div.caption {
	position:absolute;
	text-align:center;
	z-index:98;
	margin:1em auto;
	bottom:20px;
	width:100%;
}

a.sliderNext{
	background:url(/content/images/press/left.gif) no-repeat;
	top:30%;
	left:25px;
}
a.sliderPrev{
	background:url(/content/images/press/right.gif) no-repeat;
	top:30%;
	right:25px;
}
a.sliderNext, a.sliderPrev{
	text-decoration:none;
	width:28px;
	height:30px;
	cursor:pointer;
	position:absolute;
	z-index:200;
}




/* MooFlow Viewer */
.mf a.show {
	position:absolute;
	margin-left:-44px;
	width:88px;
	height:22px;
	top:80%;
	left:50%;
	z-index:300;
	cursor:pointer;
}
.mf a.show.image{
	background:url(/content/images/press/open_image.gif) no-repeat 50%;
}
.mf a.show.viewerload{
	background:url(skin/loader.gif) no-repeat 50%;
}
.mf a.show.link{
	background:url(/content/images/press/open_link.gif) no-repeat 50%;
}
.mf div.tooltip{
	background:url(/content/images/press/tooltip.png) no-repeat 50%;
	width:262px;
	margin-left:-151px;
	height:70px;
	padding:20px;
	position:absolute;
	z-index:101;
	top:0;
	left:50%;
	text-align:center;
}