.mf a.show {
	position:absolute;
	margin-left:-26px;
	top:70%;
	left:50%;
	z-index:101;
	cursor:pointer;
}
.mf a.show.image{
	background:url(skin/open_image.png) no-repeat;
    width:49px;
    height:11px;
}
.mf a.show.viewerload{
	background:url(skin/loader.gif) no-repeat 50%;
}
.mf a.show.link{
	background:url(skin/open_link.png) no-repeat;
	width:135px;
	height:10px;
	margin-left:-68px;
}

