.mf a.show {
	cursor:pointer;
	height:210px;
	left:50%;
	margin-left:-120px;
	position:absolute;
	top:0;
	width:240px;
	z-index:100;
}
.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{
	background:url(tooltip.png) no-repeat 50%;
	width:1px;
	margin-left:-151px;
	height:1px;
	padding:20px;
	position:absolute;
	z-index:101;
	top:0;
	left:50%;
	text-align:center;
}