.mf a.show {
	position:absolute;
	width:32px;
	height:32px;
	top:72%;
	left:50%;
	z-index:100;
	margin-left: -16px;
	cursor:pointer; }
.mf a.show.image{
	background:url(../bilder/mooflow/open_image.png) no-repeat 50%;
}
.mf a.show.viewerload{
	background:url(../bilder/mooflow/loader.gif) no-repeat 50%;
}
.mf a.show.link{
	background:url(../bilder/mooflow/open_link.png) no-repeat 50% 50%; }
.mf a.show.link:hover {
	background-image: url(../bilder/mooflow/open_link-hover.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 50% 50%; }
.mf div.tooltip{
	line-height: 1.4em;
	background-image: url(../bilder/mooflow/tooltip.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 50% 50%;
	width:262px;
	padding:55px 20px 20px;
	position:absolute;
	z-index:101;
	left:50%;
	text-align:center;
	top: 0;
	height: 100px;
	margin-left: -151px;
}