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

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

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

.mf a.show.link{
	background:url(../img/open_links.png) no-repeat 50%;
	position: absolute;
	width: 156px;
	height: 117px;
	top: 45px;
	left: 250px;
}

.mf div.tooltip{
	background:url(../img/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;
}

