.mf a.show {
	position:absolute;
	margin-left:-16px;
	/*width:32px;
	height:32px;
	top:72%;
	left:65%;*/
	width: 283px;
	height: 296px;
	top: 19px;
	left: 265px;
	z-index:102;
	cursor:pointer;
}
.mf a.show.image{
	background:url(skin/open_image2.gif) no-repeat 0% 0%;
}
.mf a.show.viewerload{
	background:url(skin/ajax_loader.gif) no-repeat 50% 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%;*/
	background: none;
	width:262px;
	margin-left:-151px;
	height:70px;
	padding:20px;
	position:absolute;
	z-index:101;
	top:0;
	left:50%;
	text-align:center;
}