.mf a.show {
	position:absolute;
	margin-left:-16px;
	width:32px;
	height:32px;
	top:60%;
	left:50%;
	z-index:100;
	cursor:pointer;
}
.mf a.show.image{
	background:url(open_image.png) no-repeat 50%;
}
.mf a.show.viewerload{
	background:url(loader.gif) no-repeat 50%;
}
.mf a.show.link{
	background:url(open_link.png) no-repeat 50%;
}
.mf div.tooltip{
display:none;
}