.mf a.show {
	position:absolute;
	margin-left:-16px;
	width:32px;
	height:32px;
	top:70%;
	left:50%;
	z-index:100;
	cursor:pointer;
}
.mf a.show.image{
	background:url(../images/gallery_open_image.png) no-repeat 50%;
}
.mf a.show.viewerload{
	background:url(../images/gallery_loader.gif) no-repeat 50%;
}
.mf a.show.link{
	background:url(../images/gallery_open_link.png) no-repeat 50%;
}
.mf div.tooltip{
	background:url(../images/gallery_tooltip.png) no-repeat 50%;
	width:302px;
	height:107px;
	padding:30px;
	position:absolute;
	z-index:101;
	top:0;
	left:30%;
	text-align:center;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #666666;
/*
	width:262px;
	margin-left:-151px;
	height:70px;
	padding:20px;
	position:absolute;
	z-index:101;
	top:0;
	left:50%;
	text-align:center;
*/	
}
