.mf{visibility: hidden; z-index:20; color:#77C4E3; font-size:11px;}
.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:28;
	margin:0 auto;
	top:45%;
	width:100%;
	background:url(../img/ajax_loader.gif) no-repeat 50% 0;
	padding:50px 0;
}
.mf div.caption {
	background: transparent url(../img/caja_caption.gif) center top no-repeat;
	padding: 17px 0 7px 0;
	position:absolute;
	text-align:center;
	z-index:98;
	margin: 0 auto;
	bottom: 58px;
	width:100%;
	font-size: 11px;
	color: #666;
}
.mf a.show {
	position:absolute;
	margin-left:-16px;
	width:32px;
	height:32px;
	top:70%;
	left:50%;
	z-index:25;
	cursor:pointer;
	background: transparent url(../img/trans.gif) top left no-repeat;
}
.mf a.show.viewerload{
	background:url(../skin/loader.gif) no-repeat 50%;
}
.mf a.show.link{
	width: 380px; height: 286px; top: 151px; left: 321px; z-index: 300;
}
.mf div.mfNav{
	position:absolute;
	float: left;
	padding-bottom: 15px;
	z-index:99;
	margin:0 auto;
	text-align:center;
	width:100%;
	font-size:1px;
	line-height:1px;
	width:100%;
}
.mf div.sliderCon{
	float:left;
	display: inline;
	margin: 0 0 0 37px;
	width:915px;
}
.mf a.sliderNext{
	background:url(../img/skin/left.gif) no-repeat;
}
.mf a.sliderPrev{
	background:url(../img/skin/right.gif) no-repeat;
}
.mf a.sliderNext, a.sliderPrev{
	text-decoration:none;
	width:25px;
	height:16px;
	cursor:pointer;
	float:left;
}
.mf div.slider{
	background:url(../img/skin/middle.gif) repeat-x;
	height:16px;
	position:relative;
	text-align:left;
	float:left;
}
.mf div.knob{
	height:16px;
	background:url(../img/skin/middle-slider.gif) repeat-x right center;
}
.mf div.knobleft{
	background:url(../img/skin/left-slider.gif) repeat-x center;
	width:8px;
	height:16px;
}