.mf a.show {
	position:absolute;
	margin-left:-64px;
	width:128px;
	height:128px;
	top:50%;
	left:50%;
	z-index:1000;
	cursor:pointer;
		}
.mf a.show.image{
	background:url(skin/open_image.png) no-repeat 50%;
}
.mf a.show.viewerload{
	background:url(skin/loader.gif) no-repeat 50%;
}
.mf a.show.link{
	background:url(skin/open_link.png) no-repeat 50%;
}
.mf div.tooltip{
	width:262px;
	margin-left:-151px;
	height:120px;
	padding:20px;
	position:absolute;
	z-index:101;
	top:0px;
	left:50%;
	text-align:center;
	background-image: url(skin/tooltip.png);
	background-repeat: no-repeat;
	background-position: 50% top;
	color:#fff;
}