.mf {
 color:#000;
 font-size:14px;
 visibility: hidden;
 z-index:1;
}

.mf * {
 border:none;
 margin:0;
 outline:none;
 padding:0;
/* -moz-user-select: none;
 -webkit-user-select: none;
 user-select:none;
 -o-user-select:none;*/
}

.mf div.loader{
 background:url(images/ajax_loader.gif) no-repeat 50% 0;
 margin:0 auto;
 padding:20px 0;
 position:absolute;
 text-align:center;
 top:45%;
 width:100%;
 z-index:10000;
}

.mf div.caption {
 bottom:50px;
 font-size:14px;
 height:12px;
 margin:1em auto;
 position:absolute;
 text-align:center;
 width:560px;
 z-index:98;
}

#content {
 width:560px; /*float:left;*/
}

.mf a.show {
 background:url(images/spacer.gif) no-repeat;
 cursor:pointer;
 height:130px;
 left:50%;
 margin-left:-80px;
 margin-top:70px;
 position:absolute;
 width:160px;
 z-index:102;
}


