.mf a.show {
	position:absolute;
	margin-left:-16px;
	width:32px;
	height:32px;
	top: 190px;
	left: 50%;
	z-index:100;
	cursor:pointer;
}


.mf a.show.image{
	background:url(skin/open_image.png) no-repeat 50%;
}


.mf a.show.viewerload{
	background:url(skin/ajax_loader.gif) no-repeat 50%;
}


.mf a.show.link{
	/*background:url(js/Mooflow/open_link.png) no-repeat 50%;*/
	background:url(skin/open_image.png) no-repeat 50%;
}


.mf div.tooltip{
	position:absolute;
	background:url(skin/tooltip.png) no-repeat 50%;
	width: 250px;
	margin-left: -150px;
	height: 70px;
	padding: 20px;
	z-index:101;
	top:0;
	left:50%;
	text-align:center;
}