.mf a.show {
	position:relative;
	margin-left:auto;
	width:32px;
	height:32px;
	top:75%;
	z-index:100;
	cursor:pointer;
	margin-right: auto;
}
.mf a.show.image{
	background:url(../skin/open_image.png) no-repeat 50%;
}
.mf a.show.viewerload{
	background:url(../skin/loader.gif) no-repeat 50%;
}
.mf a.show.link{
	background:url(../skin/open_link.png) no-repeat 50%;
}
.mf div.tooltip{
	width:410px;
	margin-left:auto;
	height:70px;
	padding:20px;
	position:relative;
	z-index:101;
	text-align:center;
	background-image: url(../skin/tooltip.png);
	background-repeat: no-repeat;
	margin-right: auto;
	background-position: center center;
}

#MooFlowContent1 {
	width: 425px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: center;
}
