.mf a.show {
	position:absolute;
	margin-left:-50px;
	margin-top:20px;
	width:100px;
	height:350px;
	bottom:45px;
	left:50%;
	z-index:100;
	cursor:pointer;
}
.mf a.show.image{
	background:url(img/top/open_image.png) no-repeat 50%;
}
.mf a.show.viewerload{
	background:url(img/top/loader.gif) no-repeat 50%;
}
.mf a.show.link{
	background:url(img/top/open_link.gif) no-repeat 50%;
}
.mf div.tooltip{
	background:url(img/top/tooltip.png) no-repeat 50%;
	width:262px;
	margin-left:-151px;
	height:70px;
	padding:20px;
	position:absolute;
	z-index:101;
	top:0;
	left:50%;
	text-align:center;
}