.mf a.show {
	position:absolute;
	margin-left:-16px;
	width:35px;
	height:34px;
	top:200px;
	left:50%;
	z-index:100;
	cursor:pointer;
}
.mf a.show.image{
	background:url(../so_MooFlow/open_image.png) no-repeat 50%;
}
.mf a.show.viewerload{
	background:url(../so_MooFlow/loader.gif) no-repeat 50%;
}
.mf a.show.link{
padding-top:58px;
	background:url(../so_MooFlow/open_link.png) no-repeat 50%;
}
.mf div.tooltip{
	background:url(../so_MooFlow/tooltip.png) no-repeat 50%;
	width:200px;
	margin-left:-115px;
	height:70px;
	padding:20px;
	position:absolute;
	z-index:101;
	top:0px;
	left:50%;
	text-align:center;
	color:#fff;
}
