.mf a.show {
	position:absolute;
	margin-left:-19px;
	width:116px;
	height:16px;
	top:68%;
	left:45%;
	z-index:102;	
	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{
	background:url(skin/tooltip.png) no-repeat 50%;
	width:260px;
	margin-left:-140px;
	height:90px;
	padding:10px;
	position:relative;
	z-index:101;
	margin-top:10px;
	left:50%;
	text-align:center;
}